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...
This commit is contained in:
parent
52eb4c4709
commit
9d8961d650
2 changed files with 16 additions and 16 deletions
|
|
@ -471,9 +471,9 @@ TEST "Iterable data source" IterSource_test 13 <<END
|
|||
out: ::13::12::11::10::9::8::7::6::5::4::3::2::1
|
||||
out: ::.............::............::...........::..........::.........::........::.......::......::.....::....::...::..::.$
|
||||
out: (::X...........){13}$
|
||||
out: (::00:0.:....00){13}$
|
||||
out: (::0:0.:..\..00){13}$
|
||||
out: (::X...........){13}$
|
||||
out: (::00:0.:....00){13}$
|
||||
out: (::0:0.:..\..00){13}$
|
||||
out: distinct_keys::0::1::2::3::4::5::6::7::8::9::10::11::12
|
||||
out: values_4_key(::[0-9]{1,2})+
|
||||
out: distinct_keys::0::1::2::3::4::5::6::7::8::9::10::11::12
|
||||
|
|
@ -648,7 +648,7 @@ END
|
|||
|
||||
|
||||
TEST "Lumiera Time Wrapper" LumiTime_test <<END
|
||||
out: ..:..:..\....
|
||||
out: .?.:..:..\....
|
||||
return: 0
|
||||
END
|
||||
|
||||
|
|
|
|||
|
|
@ -12,33 +12,33 @@ out: Command-State. arguments=unbound, ·noUNDO·.
|
|||
out: capture state...
|
||||
out: Command-State. arguments=Closure\(\), ·noUNDO·.
|
||||
out: Command-State. arguments=Closure\(.\), ·noUNDO·.
|
||||
out: Command-State. arguments=Closure\(.,00:..:....00\), ·noUNDO·.
|
||||
out: Command-State. arguments=Closure\(00:..:....00,glorious,..\), <mem: destruction>.
|
||||
out: Command-State. arguments=Closure\(.,0:..:....00\), ·noUNDO·.
|
||||
out: Command-State. arguments=Closure\(0:..:....00,glorious,..\), <mem: destruction>.
|
||||
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,..\), <mem: destruction>.
|
||||
out: would be serialised.....Command-State. arguments=Closure\(.,0:..:....00\), ·noUNDO·.
|
||||
out: would be serialised.....Command-State. arguments=Closure\(0:..:....00,glorious,..\), <mem: destruction>.
|
||||
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,..\), <mem: START...Lumiera rocks>.
|
||||
out: Command-State. arguments=Closure\(0:..:....00,Lumiera rocks,..\), <mem: START...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,..\), <mem: START...doIt\( Time=00:..:....00 "Lumiera rocks" rand=.. \)undoIt\(time=00:..:....00\)----memento-:START...Lumiera rocksLumiera rocks>.
|
||||
out: copied : Command-State. arguments=Closure\(00:..:....00,Lumiera rocks,..\), <mem: START...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,..\), <mem: START...doIt\( Time=0:..:....00 "Lumiera rocks" rand=.. \)undoIt\(time=0:..:....00\)----memento-:START...Lumiera rocksLumiera rocks>.
|
||||
out: copied : Command-State. arguments=Closure\(0:..:....00,Lumiera rocks,..\), <mem: START...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 <<END
|
||||
out: sizeof\( .+control.+TestClass.+ \) = 1
|
||||
out: sizeof\( .+control.+TestClass.+lumiera.Time.+ \) = (12|16)
|
||||
out: 00:..:..\.000
|
||||
out: 0:..:..\.000
|
||||
return: 0
|
||||
END
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue