zoe             Tue Dec 30 15:36:45 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/dom/tests      DOMDocument_createAttribute_variation.phpt 
                                DOMDocument_createAttribute_error.phpt 
                                
DOMDocument_createProcessingInstruction_basic.phpt 
                                DOMNode_normalize_basic.phpt 
                                DOMElement_hasAttributes_basic.phpt 
                                DOMComment_appendData_basic_Sullivan.phpt 
                                DOMNode_issamenode_basic.phpt 
                                DOMDocument_createAttribute_error1.phpt 
                                
DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt 
                                
DOMDocument_createProcessingInstruction_error.phpt 
                                DOMDocument_createAttribute_basic.phpt 
  Log:
  re-adding skipifs
  
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt?r1=1.3.2.2&r2=1.3.2.3&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.3.2.2 
php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt:1.3.2.3
--- php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt:1.3.2.2    
Mon Dec  1 11:29:35 2008
+++ php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt    Tue Dec 
30 15:36:45 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/DOMDocument_createAttribute_error.phpt?r1=1.3.2.2&r2=1.3.2.3&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.3.2.2 
php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt:1.3.2.3
--- php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt:1.3.2.2        
Mon Dec  1 11:29:35 2008
+++ php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt        Tue Dec 
30 15:36:45 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_createProcessingInstruction_basic.phpt?r1=1.3.2.2&r2=1.3.2.3&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.3.2.2
 
php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt:1.3.2.3
--- 
php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt:1.3.2.2
    Mon Dec  1 11:29:35 2008
+++ php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt    
Tue Dec 30 15:36:45 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.2.2.2&r2=1.2.2.3&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.2.2.2 
php-src/ext/dom/tests/DOMNode_normalize_basic.phpt:1.2.2.3
--- php-src/ext/dom/tests/DOMNode_normalize_basic.phpt:1.2.2.2  Mon Dec  1 
11:29:35 2008
+++ php-src/ext/dom/tests/DOMNode_normalize_basic.phpt  Tue Dec 30 15:36:45 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/DOMElement_hasAttributes_basic.phpt?r1=1.3.2.2&r2=1.3.2.3&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.3.2.2 
php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt:1.3.2.3
--- php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt:1.3.2.2   Mon Dec 
 1 11:29:35 2008
+++ php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt   Tue Dec 30 
15:36:45 2008
@@ -1,5 +1,7 @@
 --TEST--
 DOMNode: hasAttributes() 
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --CREDITS--
 James Lewis <ja...@s-1.com>
 #TestFest 2008
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt?r1=1.4.2.2&r2=1.4.2.3&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.4.2.2 
php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt:1.4.2.3
--- php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt:1.4.2.2     
Mon Dec  1 11:29:35 2008
+++ php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt     Tue Dec 
30 15:36:45 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_issamenode_basic.phpt?r1=1.3.2.2&r2=1.3.2.3&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.3.2.2 
php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt:1.3.2.3
--- php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt:1.3.2.2 Mon Dec  1 
11:29:34 2008
+++ php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt Tue Dec 30 15:36:45 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_createAttribute_error1.phpt?r1=1.4.2.2&r2=1.4.2.3&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.4.2.2 
php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt:1.4.2.3
--- php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt:1.4.2.2       
Mon Dec  1 11:29:35 2008
+++ php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt       Tue Dec 
30 15:36:45 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/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt?r1=1.3.2.2&r2=1.3.2.3&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.3.2.2
 
php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt:1.3.2.3
--- 
php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt:1.3.2.2
        Mon Dec  1 11:29:35 2008
+++ 
php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt    
    Tue Dec 30 15:36:45 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_createProcessingInstruction_error.phpt?r1=1.3.2.2&r2=1.3.2.3&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.3.2.2
 
php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt:1.3.2.3
--- 
php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt:1.3.2.2
    Mon Dec  1 11:29:35 2008
+++ php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt    
Tue Dec 30 15:36:45 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.4.2.2&r2=1.4.2.3&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.4.2.2 
php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt:1.4.2.3
--- php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt:1.4.2.2        
Mon Dec  1 11:29:35 2008
+++ php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt        Tue Dec 
30 15:36:45 2008
@@ -3,6 +3,8 @@
 --CREDITS--
 Muhammad Khalid Adnan 
 # TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 



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

Reply via email to