zoe             Tue Dec 30 15:57:23 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/dom/tests      DOMElement_hasAttributes_basic.phpt 
                                
DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt 
                                DOMNode_issamenode_basic.phpt 
                                
DOMDocument_createProcessingInstruction_basic.phpt 
                                DOMComment_replaceData_basic.phpt 
                                DOMDocument_createAttribute_error1.phpt 
                                DOMComment_appendData_basic_Sullivan.phpt 
                                
DOMDocument_createProcessingInstruction_error.phpt 
                                DOMDocument_createAttribute_basic.phpt 
                                DOMDocument_createAttribute_variation.phpt 
                                DOMCharacterData_appendData_basic.phpt 
                                DOMNode_normalize_basic.phpt 
                                DOMDocument_createAttribute_error.phpt 
  Log:
  refixing missing skipif
  
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt?r1=1.1.2.3&r2=1.1.2.4&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.1.2.3 
php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt:1.1.2.4
--- php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt:1.1.2.3   Mon Dec 
 1 11:30:10 2008
+++ php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt   Tue Dec 30 
15:57:22 2008
@@ -3,6 +3,8 @@
 --CREDITS--
 James Lewis <ja...@s-1.com>
 #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.1.2.3&r2=1.1.2.4&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.1.2.3
 
php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt:1.1.2.4
--- 
php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt:1.1.2.3
        Mon Dec  1 11:30:10 2008
+++ 
php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt    
    Tue Dec 30 15:57:22 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/DOMNode_issamenode_basic.phpt?r1=1.1.2.3&r2=1.1.2.4&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.1.2.3 
php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt:1.1.2.4
--- php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt:1.1.2.3 Mon Dec  1 
11:30:10 2008
+++ php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt Tue Dec 30 15:57:23 2008
@@ -3,6 +3,8 @@
 --CREDITS--
 James Lewis <ja...@s-1.com>
 #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/DOMDocument_createProcessingInstruction_basic.phpt?r1=1.1.2.3&r2=1.1.2.4&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.1.2.3
 
php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt:1.1.2.4
--- 
php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt:1.1.2.3
    Mon Dec  1 11:30:10 2008
+++ php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt    
Tue Dec 30 15:57:23 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/DOMComment_replaceData_basic.phpt?r1=1.1.2.3&r2=1.1.2.4&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.1.2.3 
php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt:1.1.2.4
--- php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt:1.1.2.3     Mon Dec 
 1 11:30:10 2008
+++ php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt     Tue Dec 30 
15:57:23 2008
@@ -4,7 +4,7 @@
 Andrew Larssen <a...@larssen.org>
 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/DOMDocument_createAttribute_error1.phpt?r1=1.1.2.4&r2=1.1.2.5&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.1.2.4 
php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt:1.1.2.5
--- php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt:1.1.2.4       
Mon Dec  1 11:30:10 2008
+++ php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt       Tue Dec 
30 15:57:23 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/DOMComment_appendData_basic_Sullivan.phpt?r1=1.1.2.3&r2=1.1.2.4&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.1.2.3 
php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt:1.1.2.4
--- php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt:1.1.2.3     
Mon Dec  1 11:30:10 2008
+++ php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt     Tue Dec 
30 15:57:23 2008
@@ -3,6 +3,8 @@
 --CREDITS--
 Mike Sullivan <m...@regexia.com>
 #TestFest 2008 (London)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt?r1=1.1.2.3&r2=1.1.2.4&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.1.2.3
 
php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt:1.1.2.4
--- 
php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt:1.1.2.3
    Mon Dec  1 11:30:10 2008
+++ php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt    
Tue Dec 30 15:57:23 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.1.2.4&r2=1.1.2.5&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.1.2.4 
php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt:1.1.2.5
--- php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt:1.1.2.4        
Mon Dec  1 11:30:10 2008
+++ php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt        Tue Dec 
30 15:57:23 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_variation.phpt?r1=1.1.2.4&r2=1.1.2.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.1.2.4 
php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt:1.1.2.5
--- php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt:1.1.2.4    
Mon Dec  1 11:30:10 2008
+++ php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt    Tue Dec 
30 15:57:23 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/DOMCharacterData_appendData_basic.phpt?r1=1.1.2.3&r2=1.1.2.4&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.1.2.3 
php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt:1.1.2.4
--- php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt:1.1.2.3        
Mon Dec  1 11:30:10 2008
+++ php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt        Tue Dec 
30 15:57:23 2008
@@ -3,6 +3,8 @@
 --CREDITS--
 Mike Sullivan <m...@regexia.com>
 #TestFest 2008 (London)
+--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.1.2.3&r2=1.1.2.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.1.2.3 
php-src/ext/dom/tests/DOMNode_normalize_basic.phpt:1.1.2.4
--- php-src/ext/dom/tests/DOMNode_normalize_basic.phpt:1.1.2.3  Mon Dec  1 
11:30:10 2008
+++ php-src/ext/dom/tests/DOMNode_normalize_basic.phpt  Tue Dec 30 15:57:23 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>
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt?r1=1.1.2.4&r2=1.1.2.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.1.2.4 
php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt:1.1.2.5
--- php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt:1.1.2.4        
Mon Dec  1 11:30:10 2008
+++ php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt        Tue Dec 
30 15:57:23 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();

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to