* tests/conform/test-conform-main.c (main): Fixed a typo in the
authorNeil Roberts <neil@openedhand.com>
Tue, 18 Nov 2008 12:16:00 +0000 (12:16 +0000)
committerNeil Roberts <neil@openedhand.com>
Tue, 18 Nov 2008 12:16:00 +0000 (12:16 +0000)
name of the path for test_realized.

ChangeLog
tests/conform/test-conform-main.c

index 5ee58fe..8333490 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 82bf769..19e7d65 100644 (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);