fix remaining issues turned up by switching the time handling

This commit is contained in:
Fischlurch 2011-05-20 03:39:07 +02:00
parent 51fa9fe735
commit 1aafb07a43
3 changed files with 3 additions and 3 deletions

View file

@ -147,7 +147,7 @@ namespace mobject {
/** resolves the referred placement to an
* ExplicitPlacement and returns the found start time
*/
lib::time::Time const&
lib::time::Time
getStartTime()
{
return pRef_.resolve().time;

View file

@ -52,7 +52,7 @@ out-lit: Binding[advice.type.n3lib6advice4test12_GLOBAL__N_111DummyAdviceE/0(),
out-lit: b0==Binding[]
out-lit: b1==Binding[cat1/0(), cat2/0()]
out-lit: b2==Binding[cat1/0(), cat2/0()]
out-lit: b2==Binding[advice.type.n7lumiera4TimeE/0(), cat1/0(), cat2/0(), cat3/1(zzz)]
out-lit: b2==Binding[advice.type.n3lib4time4TimeE/0(), cat1/0(), cat2/0(), cat3/1(zzz)]
return: 0
END

View file

@ -37,7 +37,7 @@ END
TEST "build argument accepting function" ArgumentTupleAccept_test <<END
out: sizeof\( .+control.+TestClass.+ \) = 1
out: sizeof\( .+control.+TestClass.+lumiera.Time.+ \) = (12|16)
out: sizeof\( .+control.+TestClass.+lib.time.TimeVar.+ \) = (12|16)
out: 0:..:..\.000
return: 0
END