* tests/conform/test-conform-main.c (main): Fixed a typo in the

name of the path for test_realized.
This commit is contained in:
Neil Roberts 2008-11-18 12:16:00 +00:00
parent 62844d5f04
commit 56fa77a5db
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-11-18 Neil Roberts <neil@linux.intel.com>
* tests/conform/test-conform-main.c (main): Fixed a typo in the
name of the path for test_realized.
2008-11-17 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1014 - Clutter Animation API Improvements

View File

@ -77,7 +77,7 @@ main (int argc, char **argv)
TEST_CONFORM_SIMPLE ("/fixed", test_fixed_constants);
TEST_CONFORM_SIMPLE ("/invariants", test_initial_state);
TEST_CONFORM_SIMPLE ("/invatiants", test_realized);
TEST_CONFORM_SIMPLE ("/invariants", test_realized);
TEST_CONFORM_SIMPLE ("/invariants", test_mapped);
TEST_CONFORM_SIMPLE ("/invariants", test_show_on_set_parent);