From 100d541f479d070660905fa763b625853f17bfee Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Tue, 12 Oct 2010 14:43:10 +0100 Subject: [PATCH] tests: Re-enable the test-anchors conformance test This test was disabled in b5d58213. The commit message doesn't mention this so I'm guessing it was a mistake. In any case the test appears to work now anyway so it should be re-enabled. http://bugzilla.clutter-project.org/show_bug.cgi?id=2363 --- tests/conform/test-conform-main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/conform/test-conform-main.c b/tests/conform/test-conform-main.c index 475945fb7..a8b3cf880 100644 --- a/tests/conform/test-conform-main.c +++ b/tests/conform/test-conform-main.c @@ -140,9 +140,7 @@ main (int argc, char **argv) TEST_CONFORM_SIMPLE ("/binding-pool", test_binding_pool); -#if 0 TEST_CONFORM_SIMPLE ("/actor", test_anchors); -#endif TEST_CONFORM_SIMPLE ("/actor", test_actor_destruction); TEST_CONFORM_SIMPLE ("/model", test_list_model_populate);