From 1aafb07a438736de402fdb309c24f7a9c0a0a5a0 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Fri, 20 May 2011 03:39:07 +0200 Subject: [PATCH] fix remaining issues turned up by switching the time handling --- src/proc/mobject/mobject-ref.hpp | 2 +- tests/40components.tests | 2 +- tests/45controller.tests | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/proc/mobject/mobject-ref.hpp b/src/proc/mobject/mobject-ref.hpp index e4e5b3935..36cbdd102 100644 --- a/src/proc/mobject/mobject-ref.hpp +++ b/src/proc/mobject/mobject-ref.hpp @@ -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; diff --git a/tests/40components.tests b/tests/40components.tests index ca4203a44..22defbc85 100644 --- a/tests/40components.tests +++ b/tests/40components.tests @@ -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 diff --git a/tests/45controller.tests b/tests/45controller.tests index 20deba21c..81a23996a 100644 --- a/tests/45controller.tests +++ b/tests/45controller.tests @@ -37,7 +37,7 @@ END TEST "build argument accepting function" ArgumentTupleAccept_test <