From fc8a260a92b93ad117e11f1185d7ca00381b1a10 Mon Sep 17 00:00:00 2001 From: Ant Phillips Date: Fri, 5 Dec 2008 14:18:02 +0000 Subject: Remove duff comment produced by the test generator tool --- ext/xml/tests/utf8_decode_error.phpt | 4 ---- ext/xml/tests/utf8_encode_error.phpt | 4 ---- ext/xml/tests/xml_error_string_error.phpt | 4 ---- ext/xml/tests/xml_get_current_byte_index_error.phpt | 4 ---- ext/xml/tests/xml_get_current_column_number_error.phpt | 4 ---- ext/xml/tests/xml_get_current_line_number_error.phpt | 4 ---- ext/xml/tests/xml_parse_into_struct_variation.phpt | 5 ----- 7 files changed, 29 deletions(-) (limited to 'ext/xml/tests') diff --git a/ext/xml/tests/utf8_decode_error.phpt b/ext/xml/tests/utf8_decode_error.phpt index ed39db5c12..8735fd82f6 100644 --- a/ext/xml/tests/utf8_decode_error.phpt +++ b/ext/xml/tests/utf8_decode_error.phpt @@ -14,10 +14,6 @@ if (!extension_loaded("xml")) { * Alias to functions: */ -/* - * add a comment here to say what the test is supposed to do - */ - echo "*** Testing utf8_decode() : error conditions ***\n"; // Zero arguments diff --git a/ext/xml/tests/utf8_encode_error.phpt b/ext/xml/tests/utf8_encode_error.phpt index e1c604230f..a82f98ff3b 100644 --- a/ext/xml/tests/utf8_encode_error.phpt +++ b/ext/xml/tests/utf8_encode_error.phpt @@ -14,10 +14,6 @@ if (!extension_loaded("xml")) { * Alias to functions: */ -/* - * add a comment here to say what the test is supposed to do - */ - echo "*** Testing utf8_encode() : error conditions ***\n"; // Zero arguments diff --git a/ext/xml/tests/xml_error_string_error.phpt b/ext/xml/tests/xml_error_string_error.phpt index e1137b8383..866346fdd2 100644 --- a/ext/xml/tests/xml_error_string_error.phpt +++ b/ext/xml/tests/xml_error_string_error.phpt @@ -14,10 +14,6 @@ if (!extension_loaded("xml")) { * Alias to functions: */ -/* - * add a comment here to say what the test is supposed to do - */ - echo "*** Testing xml_error_string() : error conditions ***\n"; // Zero arguments diff --git a/ext/xml/tests/xml_get_current_byte_index_error.phpt b/ext/xml/tests/xml_get_current_byte_index_error.phpt index 6949dd3f29..74fa2e7dd1 100644 --- a/ext/xml/tests/xml_get_current_byte_index_error.phpt +++ b/ext/xml/tests/xml_get_current_byte_index_error.phpt @@ -14,10 +14,6 @@ if (!extension_loaded("xml")) { * Alias to functions: */ -/* - * add a comment here to say what the test is supposed to do - */ - echo "*** Testing xml_get_current_byte_index() : error conditions ***\n"; // Zero arguments diff --git a/ext/xml/tests/xml_get_current_column_number_error.phpt b/ext/xml/tests/xml_get_current_column_number_error.phpt index 21f470ec24..1fd28cc0b2 100644 --- a/ext/xml/tests/xml_get_current_column_number_error.phpt +++ b/ext/xml/tests/xml_get_current_column_number_error.phpt @@ -14,10 +14,6 @@ if (!extension_loaded("xml")) { * Alias to functions: */ -/* - * add a comment here to say what the test is supposed to do - */ - echo "*** Testing xml_get_current_column_number() : error conditions ***\n"; // Zero arguments diff --git a/ext/xml/tests/xml_get_current_line_number_error.phpt b/ext/xml/tests/xml_get_current_line_number_error.phpt index 9e3c4a40a1..282c120f0f 100644 --- a/ext/xml/tests/xml_get_current_line_number_error.phpt +++ b/ext/xml/tests/xml_get_current_line_number_error.phpt @@ -14,10 +14,6 @@ if (!extension_loaded("xml")) { * Alias to functions: */ -/* - * add a comment here to say what the test is supposed to do - */ - echo "*** Testing xml_get_current_line_number() : error conditions ***\n"; // Zero arguments diff --git a/ext/xml/tests/xml_parse_into_struct_variation.phpt b/ext/xml/tests/xml_parse_into_struct_variation.phpt index e82abdff93..a353e51419 100644 --- a/ext/xml/tests/xml_parse_into_struct_variation.phpt +++ b/ext/xml/tests/xml_parse_into_struct_variation.phpt @@ -14,13 +14,8 @@ if (!extension_loaded("xml")) { * Alias to functions: */ -/* - * add a comment here to say what the test is supposed to do - */ - echo "*** Testing xml_parse_into_struct() : variation ***\n"; - $simple = "
simple notesimple note
"; $p = xml_parser_create(); xml_parse_into_struct($p, $simple, $vals, $index); -- cgit v1.2.1