From 5c851af0333b00eb3a31c009f29408887151c3c7 Mon Sep 17 00:00:00 2001 From: konn Date: Sat, 12 Apr 2008 17:23:38 +0000 Subject: [PATCH] * Added test code of the attribute 1 for au XHTML converter. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/RELEASE_0_11_0@2140 1a406e8e-add9-4483-a2c8-d8cac5b7c224 --- test/chxj_xhtml_mobile_1_0/test_chxj_xhtml_mobile_1_0.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/chxj_xhtml_mobile_1_0/test_chxj_xhtml_mobile_1_0.c b/test/chxj_xhtml_mobile_1_0/test_chxj_xhtml_mobile_1_0.c index ec009a2b..dbee4deb 100644 --- a/test/chxj_xhtml_mobile_1_0/test_chxj_xhtml_mobile_1_0.c +++ b/test/chxj_xhtml_mobile_1_0/test_chxj_xhtml_mobile_1_0.c @@ -462,8 +462,8 @@ main() CU_add_test(xhtml_suite, "test a tag name attr2", test_xhtml_a_tag_name_attribute_002); CU_add_test(xhtml_suite, "test a tag name attr3 with japanese.", test_xhtml_a_tag_name_attribute_003); CU_add_test(xhtml_suite, "test a tag name attr4 with japanese.", test_xhtml_a_tag_name_attribute_004); -#if 0 CU_add_test(xhtml_suite, "test a tag href attr1 with void attribute.", test_xhtml_a_tag_href_attribute_001); +#if 0 CU_add_test(xhtml_suite, "test a tag href attr2 with other site link.", test_xhtml_a_tag_href_attribute_002); CU_add_test(xhtml_suite, "test a tag href attr3 with local link.", test_xhtml_a_tag_href_attribute_003); CU_add_test(xhtml_suite, "test a tag href attr4 with maker.", test_xhtml_a_tag_href_attribute_004); @@ -1145,8 +1145,8 @@ void test_xhtml_a_tag_name_attribute_004() } void test_xhtml_a_tag_href_attribute_001() { -#define TEST_STRING "abc" -#define RESULT_STRING "abc" +#define TEST_STRING "abc" +#define RESULT_STRING "abc" char *ret; char *tmp; device_table spec; -- 2.11.0