fix remaining issues turned up by switching the time handling
This commit is contained in:
parent
51fa9fe735
commit
1aafb07a43
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue