changeset 9266 | d26408b17360 |
parent 8791 | cfec9c446d40 |
child 10486 | ce4d2612fd04 |
--- a/src/netanim/test/netanim-test.cc Tue Mar 19 13:14:12 2013 -0700 +++ b/src/netanim/test/netanim-test.cc Fri Mar 22 13:14:38 2013 +0100 @@ -112,7 +112,7 @@ AnimationInterfaceTestSuite () : TestSuite ("animation-interface", UNIT) { - AddTestCase (new AnimationInterfaceTestCase ()); + AddTestCase (new AnimationInterfaceTestCase (), TestCase::QUICK); } } g_animationInterfaceTestSuite;