ericstewart Tue May 26 06:06:39 2009 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/dom/tests DOMComment_construct_basic_001.phpt
DOMDocumentFragment_appendXML_error_002.phpt
DOMDocumentFragment_appendXML_error_003.phpt
DOMDocumentFragment_construct_basic_002.phpt
DOMDocumentType_basic_001.phpt
DOMDocumentType_entities_error_001.phpt
DOMDocumentType_internalSubset_error_001.phpt
DOMDocumentType_name_error_001.phpt
DOMDocumentType_notations_error_001.phpt
DOMDocumentType_publicId_basic_001.phpt
DOMDocumentType_publicId_error_001.phpt
DOMDocumentType_systemId_basic_001.phpt
DOMDocumentType_systemId_error_001.phpt
Log:
Add tests:
DOMComment::__construct() with constructor called twice.
DOMDocumentFragment::appendXML() with unbound fragment.
DOMDocumentFragment::appendXML() with unbalanced chunks.
DOMDocumentFragment::__construct() called twice.
DOMDocumentType: basic access to all properties.
DOMDocumentType::name with invalid state.
DOMDocumentType::entities with invalid state.
DOMDocumentType::notations with invalid state.
DOMDocumentType::publicId with invalid state.
DOMDocumentType::publicId with empty value.
DOMDocumentType::systemId with invalid state.
DOMDocumentType::systemId with empty value.
DOMDocumentType::internalSubset with invalid state.
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMComment_construct_basic_001.phpt?view=markup&rev=1.1
Index: php-src/ext/dom/tests/DOMComment_construct_basic_001.phpt
+++ php-src/ext/dom/tests/DOMComment_construct_basic_001.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocumentFragment_appendXML_error_002.phpt?view=markup&rev=1.1
Index: php-src/ext/dom/tests/DOMDocumentFragment_appendXML_error_002.phpt
+++ php-src/ext/dom/tests/DOMDocumentFragment_appendXML_error_002.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocumentFragment_appendXML_error_003.phpt?view=markup&rev=1.1
Index: php-src/ext/dom/tests/DOMDocumentFragment_appendXML_error_003.phpt
+++ php-src/ext/dom/tests/DOMDocumentFragment_appendXML_error_003.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocumentFragment_construct_basic_002.phpt?view=markup&rev=1.1
Index: php-src/ext/dom/tests/DOMDocumentFragment_construct_basic_002.phpt
+++ php-src/ext/dom/tests/DOMDocumentFragment_construct_basic_002.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocumentType_basic_001.phpt?view=markup&rev=1.1
Index: php-src/ext/dom/tests/DOMDocumentType_basic_001.phpt
+++ php-src/ext/dom/tests/DOMDocumentType_basic_001.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocumentType_entities_error_001.phpt?view=markup&rev=1.1
Index: php-src/ext/dom/tests/DOMDocumentType_entities_error_001.phpt
+++ php-src/ext/dom/tests/DOMDocumentType_entities_error_001.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocumentType_internalSubset_error_001.phpt?view=markup&rev=1.1
Index: php-src/ext/dom/tests/DOMDocumentType_internalSubset_error_001.phpt
+++ php-src/ext/dom/tests/DOMDocumentType_internalSubset_error_001.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocumentType_name_error_001.phpt?view=markup&rev=1.1
Index: php-src/ext/dom/tests/DOMDocumentType_name_error_001.phpt
+++ php-src/ext/dom/tests/DOMDocumentType_name_error_001.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocumentType_notations_error_001.phpt?view=markup&rev=1.1
Index: php-src/ext/dom/tests/DOMDocumentType_notations_error_001.phpt
+++ php-src/ext/dom/tests/DOMDocumentType_notations_error_001.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocumentType_publicId_basic_001.phpt?view=markup&rev=1.1
Index: php-src/ext/dom/tests/DOMDocumentType_publicId_basic_001.phpt
+++ php-src/ext/dom/tests/DOMDocumentType_publicId_basic_001.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocumentType_publicId_error_001.phpt?view=markup&rev=1.1
Index: php-src/ext/dom/tests/DOMDocumentType_publicId_error_001.phpt
+++ php-src/ext/dom/tests/DOMDocumentType_publicId_error_001.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocumentType_systemId_basic_001.phpt?view=markup&rev=1.1
Index: php-src/ext/dom/tests/DOMDocumentType_systemId_basic_001.phpt
+++ php-src/ext/dom/tests/DOMDocumentType_systemId_basic_001.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocumentType_systemId_error_001.phpt?view=markup&rev=1.1
Index: php-src/ext/dom/tests/DOMDocumentType_systemId_error_001.phpt
+++ php-src/ext/dom/tests/DOMDocumentType_systemId_error_001.phpt
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php