OSDN Git Service

* Added test code of CSS for ol tag.
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Tue, 11 Nov 2008 14:54:09 +0000 (14:54 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Tue, 11 Nov 2008 14:54:09 +0000 (14:54 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/RELEASE_0_13_0@3695 1a406e8e-add9-4483-a2c8-d8cac5b7c224

test/chxj_ixhtml10/test_chxj_ixhtml10.c

index 7176cc3..1df7681 100644 (file)
@@ -1861,7 +1861,6 @@ main()
   CU_add_test(ixhtml10_suite, "test li with css 011",                               test_ixhtml10_li_tag_with_css_011);
   CU_add_test(ixhtml10_suite, "test li with css 012",                               test_ixhtml10_li_tag_with_css_012);
 
-#if 0
   CU_add_test(ixhtml10_suite, "test ol with css 001",                               test_ixhtml10_ol_tag_with_css_001);
   CU_add_test(ixhtml10_suite, "test ol with css 002",                               test_ixhtml10_ol_tag_with_css_002);
   CU_add_test(ixhtml10_suite, "test ol with css 003",                               test_ixhtml10_ol_tag_with_css_003);
@@ -1869,6 +1868,7 @@ main()
   CU_add_test(ixhtml10_suite, "test ol with css 005",                               test_ixhtml10_ol_tag_with_css_005);
   CU_add_test(ixhtml10_suite, "test ol with css 006",                               test_ixhtml10_ol_tag_with_css_006);
 
+#if 0
   CU_add_test(ixhtml10_suite, "test h1 with css 001",                               test_ixhtml10_h1_tag_with_css_001);
   CU_add_test(ixhtml10_suite, "test h1 with css 002",                               test_ixhtml10_h1_tag_with_css_002);
   CU_add_test(ixhtml10_suite, "test h1 with css 003",                               test_ixhtml10_h1_tag_with_css_003);