cvs: pear /XML_Util/tests testBasic_apiVersion.phpt testBasic_attributesToString.phpt testBasic_collapseEmptyTags.phpt testBasic_createCDataSection.phpt testBasic_createComment.phpt testBasic_createEndElement.phpt testBasic_createStartElement.phpt testBasic_createTag.phpt testBasic_createTagFromArray.phpt testBasic_getDocTypeDeclaration.phpt testBasic_getXmlDeclaration.phpt testBasic_isValidName.phpt testBasic_raiseError.phpt testBasic_replaceEntities.phpt testBasic_reverseEntities.phpt testBasic_splitQualifiedName.phpt testBug_4950.phpt testBug_5392.phpt

[email protected] ("Chuck Burgess") Mon, 05 May 2008 14:27:44 -0000
Newsgroups php.pear.cvs
Message-ID <cvsashnazg1209997664@cvsserver>
ashnazg		Mon May  5 14:27:44 2008 UTC

  Modified files:              
    /pear/XML_Util/tests	testBasic_apiVersion.phpt 
                        	testBasic_attributesToString.phpt 
                        	testBasic_collapseEmptyTags.phpt 
                        	testBasic_createCDataSection.phpt 
                        	testBasic_createComment.phpt 
                        	testBasic_createEndElement.phpt 
                        	testBasic_createStartElement.phpt 
                        	testBasic_createTagFromArray.phpt 
                        	testBasic_createTag.phpt 
                        	testBasic_getDocTypeDeclaration.phpt 
                        	testBasic_getXmlDeclaration.phpt 
                        	testBasic_isValidName.phpt 
                        	testBasic_raiseError.phpt 
                        	testBasic_replaceEntities.phpt 
                        	testBasic_reverseEntities.phpt 
                        	testBasic_splitQualifiedName.phpt 
                        	testBug_4950.phpt testBug_5392.phpt 
  Log:
  add CREDITS section to test files
ashnazg-20080505142744.txt (text/plain, 11.7 KB)
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_apiVersion.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_apiVersion.phpt
diff -u pear/XML_Util/tests/testBasic_apiVersion.phpt:1.1 pear/XML_Util/tests/testBasic_apiVersion.phpt:1.2
--- pear/XML_Util/tests/testBasic_apiVersion.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_apiVersion.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::apiVersion() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_attributesToString.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_attributesToString.phpt
diff -u pear/XML_Util/tests/testBasic_attributesToString.phpt:1.1 pear/XML_Util/tests/testBasic_attributesToString.phpt:1.2
--- pear/XML_Util/tests/testBasic_attributesToString.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_attributesToString.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::attributesToString() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_collapseEmptyTags.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_collapseEmptyTags.phpt
diff -u pear/XML_Util/tests/testBasic_collapseEmptyTags.phpt:1.1 pear/XML_Util/tests/testBasic_collapseEmptyTags.phpt:1.2
--- pear/XML_Util/tests/testBasic_collapseEmptyTags.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_collapseEmptyTags.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::collapseEmptyTags() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_createCDataSection.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_createCDataSection.phpt
diff -u pear/XML_Util/tests/testBasic_createCDataSection.phpt:1.1 pear/XML_Util/tests/testBasic_createCDataSection.phpt:1.2
--- pear/XML_Util/tests/testBasic_createCDataSection.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_createCDataSection.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::createCDataSection() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_createComment.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_createComment.phpt
diff -u pear/XML_Util/tests/testBasic_createComment.phpt:1.1 pear/XML_Util/tests/testBasic_createComment.phpt:1.2
--- pear/XML_Util/tests/testBasic_createComment.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_createComment.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::createComment() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_createEndElement.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_createEndElement.phpt
diff -u pear/XML_Util/tests/testBasic_createEndElement.phpt:1.1 pear/XML_Util/tests/testBasic_createEndElement.phpt:1.2
--- pear/XML_Util/tests/testBasic_createEndElement.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_createEndElement.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::createEndElement() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_createStartElement.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_createStartElement.phpt
diff -u pear/XML_Util/tests/testBasic_createStartElement.phpt:1.1 pear/XML_Util/tests/testBasic_createStartElement.phpt:1.2
--- pear/XML_Util/tests/testBasic_createStartElement.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_createStartElement.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::createStartElement() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_createTagFromArray.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_createTagFromArray.phpt
diff -u pear/XML_Util/tests/testBasic_createTagFromArray.phpt:1.1 pear/XML_Util/tests/testBasic_createTagFromArray.phpt:1.2
--- pear/XML_Util/tests/testBasic_createTagFromArray.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_createTagFromArray.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::createTagFromArray() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_createTag.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_createTag.phpt
diff -u pear/XML_Util/tests/testBasic_createTag.phpt:1.1 pear/XML_Util/tests/testBasic_createTag.phpt:1.2
--- pear/XML_Util/tests/testBasic_createTag.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_createTag.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::createTag() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_getDocTypeDeclaration.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_getDocTypeDeclaration.phpt
diff -u pear/XML_Util/tests/testBasic_getDocTypeDeclaration.phpt:1.1 pear/XML_Util/tests/testBasic_getDocTypeDeclaration.phpt:1.2
--- pear/XML_Util/tests/testBasic_getDocTypeDeclaration.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_getDocTypeDeclaration.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::getDocTypeDeclaration() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_getXmlDeclaration.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_getXmlDeclaration.phpt
diff -u pear/XML_Util/tests/testBasic_getXmlDeclaration.phpt:1.1 pear/XML_Util/tests/testBasic_getXmlDeclaration.phpt:1.2
--- pear/XML_Util/tests/testBasic_getXmlDeclaration.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_getXmlDeclaration.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::getXmlDeclaration() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_isValidName.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_isValidName.phpt
diff -u pear/XML_Util/tests/testBasic_isValidName.phpt:1.1 pear/XML_Util/tests/testBasic_isValidName.phpt:1.2
--- pear/XML_Util/tests/testBasic_isValidName.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_isValidName.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::isValidName() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_raiseError.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_raiseError.phpt
diff -u pear/XML_Util/tests/testBasic_raiseError.phpt:1.1 pear/XML_Util/tests/testBasic_raiseError.phpt:1.2
--- pear/XML_Util/tests/testBasic_raiseError.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_raiseError.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::raiseError() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_replaceEntities.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_replaceEntities.phpt
diff -u pear/XML_Util/tests/testBasic_replaceEntities.phpt:1.1 pear/XML_Util/tests/testBasic_replaceEntities.phpt:1.2
--- pear/XML_Util/tests/testBasic_replaceEntities.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_replaceEntities.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::replaceEntities() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_reverseEntities.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_reverseEntities.phpt
diff -u pear/XML_Util/tests/testBasic_reverseEntities.phpt:1.1 pear/XML_Util/tests/testBasic_reverseEntities.phpt:1.2
--- pear/XML_Util/tests/testBasic_reverseEntities.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_reverseEntities.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::reverseEntities() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBasic_splitQualifiedName.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBasic_splitQualifiedName.phpt
diff -u pear/XML_Util/tests/testBasic_splitQualifiedName.phpt:1.1 pear/XML_Util/tests/testBasic_splitQualifiedName.phpt:1.2
--- pear/XML_Util/tests/testBasic_splitQualifiedName.phpt:1.1	Sun May  4 15:21:52 2008
+++ pear/XML_Util/tests/testBasic_splitQualifiedName.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util::splitQualifiedName() basic tests
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBug_4950.phpt?r1=1.2&r2=1.3&diff_format=u
Index: pear/XML_Util/tests/testBug_4950.phpt
diff -u pear/XML_Util/tests/testBug_4950.phpt:1.2 pear/XML_Util/tests/testBug_4950.phpt:1.3
--- pear/XML_Util/tests/testBug_4950.phpt:1.2	Sun May  4 22:24:18 2008
+++ pear/XML_Util/tests/testBug_4950.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util tests for Bug #4950 "Incorrect CDATA serializing"
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/testBug_5392.phpt?r1=1.1&r2=1.2&diff_format=u
Index: pear/XML_Util/tests/testBug_5392.phpt
diff -u pear/XML_Util/tests/testBug_5392.phpt:1.1 pear/XML_Util/tests/testBug_5392.phpt:1.2
--- pear/XML_Util/tests/testBug_5392.phpt:1.1	Sun May  4 18:34:58 2008
+++ pear/XML_Util/tests/testBug_5392.phpt	Mon May  5 14:27:43 2008
@@ -1,5 +1,8 @@
 --TEST--
 XML_Util tests for Bug #5392 "encoding of ISO-8859-1 is the only supported encoding"
+--CREDITS--
+Chuck Burgess <[email protected]>
+# created for v1.2.0a1 2008-05-04
 --FILE--
 <?php
 require_once 'XML' . DIRECTORY_SEPARATOR . 'Util.php';