mirror of
https://github.com/brl/mutter.git
synced 2025-03-25 20:53:54 +00:00
* tests/conform/test-conform-main.c (main): Fixed a typo in the
name of the path for test_realized.
This commit is contained in:
parent
62844d5f04
commit
56fa77a5db
@ -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>
|
2008-11-17 Emmanuele Bassi <ebassi@linux.intel.com>
|
||||||
|
|
||||||
Bug 1014 - Clutter Animation API Improvements
|
Bug 1014 - Clutter Animation API Improvements
|
||||||
|
@ -77,7 +77,7 @@ main (int argc, char **argv)
|
|||||||
TEST_CONFORM_SIMPLE ("/fixed", test_fixed_constants);
|
TEST_CONFORM_SIMPLE ("/fixed", test_fixed_constants);
|
||||||
|
|
||||||
TEST_CONFORM_SIMPLE ("/invariants", test_initial_state);
|
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_mapped);
|
||||||
TEST_CONFORM_SIMPLE ("/invariants", test_show_on_set_parent);
|
TEST_CONFORM_SIMPLE ("/invariants", test_show_on_set_parent);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user