From 9d8961d650d1c81233177cecaada6243918460e1 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Sun, 9 Jan 2011 00:38:51 +0100 Subject: [PATCH] Fix test definitions tue to the slightly changed time display format In the course of the preceeding work, I changed the standard Time formatting in time.c, such as to omit the leading "0" on the hour; it doesn't seem likely that displayed hour values will frequently have two digits... --- tests/40components.tests | 6 +++--- tests/45controller.tests | 26 +++++++++++++------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/tests/40components.tests b/tests/40components.tests index 0055ce202..ac27d14bf 100644 --- a/tests/40components.tests +++ b/tests/40components.tests @@ -471,9 +471,9 @@ TEST "Iterable data source" IterSource_test 13 <. +out: Command-State. arguments=Closure\(.,0:..:....00\), ·noUNDO·. +out: Command-State. arguments=Closure\(0:..:....00,glorious,..\), . out: would be serialised.....Command-State. arguments=Closure\(\), ·noUNDO·. out: would be serialised.....Command-State. arguments=Closure\(.\), ·noUNDO·. -out: would be serialised.....Command-State. arguments=Closure\(.,00:..:....00\), ·noUNDO·. -out: would be serialised.....Command-State. arguments=Closure\(00:..:....00,glorious,..\), . +out: would be serialised.....Command-State. arguments=Closure\(.,0:..:....00\), ·noUNDO·. +out: would be serialised.....Command-State. arguments=Closure\(0:..:....00,glorious,..\), . out: sizeof\( .+control1.ArgumentHolder.+ \) = .+ -out: Command-State. arguments=Closure\(00:..:....00,Lumiera rocks,..\), ·noUNDO·. +out: Command-State. arguments=Closure\(0:..:....00,Lumiera rocks,..\), ·noUNDO·. out: capture state... out: captured state: START...Lumiera rocks -out: Command-State. arguments=Closure\(00:..:....00,Lumiera rocks,..\), . +out: Command-State. arguments=Closure\(0:..:....00,Lumiera rocks,..\), . out: invoke operation... -out: START...doIt\( Time=00:..:....00 "Lumiera rocks" rand=.. \) +out: START...doIt\( Time=0:..:....00 "Lumiera rocks" rand=.. \) out: undo... memento=START...Lumiera rocks -out: START...doIt\( Time=00:..:....00 "Lumiera rocks" rand=.. \)undoIt\(time=00:..:....00\)----memento-:START...Lumiera rocks +out: START...doIt\( Time=0:..:....00 "Lumiera rocks" rand=.. \)undoIt\(time=0:..:....00\)----memento-:START...Lumiera rocks out: capture state... -out: modified: Command-State. arguments=Closure\(00:00:00.123,unbelievable,..\), . -out: copied : Command-State. arguments=Closure\(00:..:....00,Lumiera rocks,..\), . -out: undo... memento=START...doIt\( Time=00:..:....00 "Lumiera rocks" rand=.. \)undoIt\(time=00:..:....00\)----memento-:START...Lumiera rocksLumiera rocks -out: RESET...undoIt\(time=00:..:....00\)----memento-:START...doIt\( Time=00:..:....00 "Lumiera rocks" rand=.. \)undoIt\(time=00:..:....00\)----memento-:START...Lumiera rocksLumiera rocks +out: modified: Command-State. arguments=Closure\(0:00:00.123,unbelievable,..\), . +out: copied : Command-State. arguments=Closure\(0:..:....00,Lumiera rocks,..\), . +out: undo... memento=START...doIt\( Time=0:..:....00 "Lumiera rocks" rand=.. \)undoIt\(time=0:..:....00\)----memento-:START...Lumiera rocksLumiera rocks +out: RESET...undoIt\(time=0:..:....00\)----memento-:START...doIt\( Time=0:..:....00 "Lumiera rocks" rand=.. \)undoIt\(time=0:..:....00\)----memento-:START...Lumiera rocksLumiera rocks END TEST "build argument accepting function" ArgumentTupleAccept_test <