zoe Tue Dec 30 15:56:44 2008 UTC
Modified files:
/php-src/ext/dom/tests
DOMDocument_createProcessingInstruction_error.phpt
DOMDocument_createAttribute_basic.phpt
DOMDocument_createAttribute_error.phpt
DOMDocument_createAttribute_variation.phpt
DOMComment_replaceData_basic.phpt
DOMElement_hasAttributes_basic.phpt
DOMComment_appendData_basic_Sullivan.phpt
DOMDocument_createProcessingInstruction_basic.phpt
DOMCharacterData_appendData_basic.phpt
DOMNode_issamenode_basic.phpt
DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt
DOMDocument_createAttribute_error1.phpt
DOMNode_normalize_basic.phpt
Log:
refixing missing skipif
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt
diff -u
php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt:1.4
php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt:1.5
---
php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt:1.4
Mon Dec 1 11:30:39 2008
+++ php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt
Tue Dec 30 15:56:43 2008
@@ -3,6 +3,8 @@
--CREDITS--
Muhammad Khalid Adnan
# TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt
diff -u php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt:1.5
php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt:1.6
--- php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt:1.5 Mon Dec
1 11:30:39 2008
+++ php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt Tue Dec
30 15:56:43 2008
@@ -3,6 +3,8 @@
--CREDITS--
Muhammad Khalid Adnan
# TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt
diff -u php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt:1.4
php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt:1.5
--- php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt:1.4 Mon Dec
1 11:30:39 2008
+++ php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt Tue Dec
30 15:56:43 2008
@@ -1,5 +1,7 @@
--TEST--
Test DOMDocument::createAttribute() for expected expection thrown when wrong
parameter passed
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$dom = new DOMDocument();
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt
diff -u php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt:1.4
php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt:1.5
--- php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt:1.4
Mon Dec 1 11:30:39 2008
+++ php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt Tue Dec
30 15:56:43 2008
@@ -1,5 +1,7 @@
--TEST--
Test DOMDocument::createAttribute() for expected return value
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$dom = new DOMDocument();
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt
diff -u php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt:1.5
php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt:1.6
--- php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt:1.5 Mon Dec 1
11:30:39 2008
+++ php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt Tue Dec 30
15:56:44 2008
@@ -4,7 +4,7 @@
Andrew Larssen <[email protected]>
London TestFest 2008
--SKIPIF--
-<?php // require_once('skipif.inc'); ?>
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt
diff -u php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt:1.4
php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt:1.5
--- php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt:1.4 Mon Dec
1 11:30:39 2008
+++ php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt Tue Dec 30
15:56:44 2008
@@ -3,6 +3,8 @@
--CREDITS--
James Lewis <[email protected]>
#TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
require_once("dom_test.inc");
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt
diff -u php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt:1.5
php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt:1.6
--- php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt:1.5 Mon Dec
1 11:30:39 2008
+++ php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt Tue Dec
30 15:56:44 2008
@@ -3,6 +3,8 @@
--CREDITS--
Mike Sullivan <[email protected]>
#TestFest 2008 (London)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt
diff -u
php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt:1.4
php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt:1.5
---
php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt:1.4
Mon Dec 1 11:30:39 2008
+++ php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt
Tue Dec 30 15:56:44 2008
@@ -3,6 +3,8 @@
--CREDITS--
Muhammad Khalid Adnan
# TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt
diff -u php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt:1.5
php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt:1.6
--- php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt:1.5 Mon Dec
1 11:30:39 2008
+++ php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt Tue Dec
30 15:56:44 2008
@@ -3,6 +3,8 @@
--CREDITS--
Mike Sullivan <[email protected]>
#TestFest 2008 (London)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt
diff -u php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt:1.4
php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt:1.5
--- php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt:1.4 Mon Dec 1
11:30:39 2008
+++ php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt Tue Dec 30 15:56:44 2008
@@ -3,6 +3,8 @@
--CREDITS--
James Lewis <[email protected]>
#TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
require_once("dom_test.inc");
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt?r1=1.4&r2=1.5&diff_format=u
Index:
php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt
diff -u
php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt:1.4
php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt:1.5
---
php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt:1.4
Mon Dec 1 11:30:39 2008
+++
php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt
Tue Dec 30 15:56:44 2008
@@ -1,5 +1,7 @@
--TEST--
Testing DOMDocumentFragment::appendXML and DOMDocumentFragment::hasChildNodes
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$doc = new DOMDocument();
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt
diff -u php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt:1.5
php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt:1.6
--- php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt:1.5 Mon Dec
1 11:30:39 2008
+++ php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt Tue Dec
30 15:56:44 2008
@@ -3,6 +3,8 @@
--CREDITS--
Muhammad Khalid Adnan
# TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMNode_normalize_basic.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/dom/tests/DOMNode_normalize_basic.phpt
diff -u php-src/ext/dom/tests/DOMNode_normalize_basic.phpt:1.3
php-src/ext/dom/tests/DOMNode_normalize_basic.phpt:1.4
--- php-src/ext/dom/tests/DOMNode_normalize_basic.phpt:1.3 Mon Dec 1
11:30:39 2008
+++ php-src/ext/dom/tests/DOMNode_normalize_basic.phpt Tue Dec 30 15:56:44 2008
@@ -1,15 +1,15 @@
--TEST--
-normalize()
+DOMNode::normalize()
--SKIPIF--
<?php
include('skipif.inc');
?>
--FILE--
-<?php
+<?php
/* Create an XML document
* with structure
- * <book>
+ * <book>
* <author></author>
* <title>This is the title</title>
* </book>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php