]> granicus.if.org Git - php/commitdiff
Test name formatting fixes
authorIlia Alshanetsky <iliaa@php.net>
Tue, 24 Jul 2007 14:07:42 +0000 (14:07 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 24 Jul 2007 14:07:42 +0000 (14:07 +0000)
12 files changed:
ext/dom/tests/bug28721.phpt
ext/dom/tests/bug28817.phpt
ext/dom/tests/bug32615.phpt
ext/dom/tests/bug34276.phpt
ext/dom/tests/bug35342.phpt
ext/dom/tests/bug37277.phpt
ext/dom/tests/bug37456.phpt
ext/dom/tests/bug38850.phpt
ext/dom/tests/bug38949.phpt
ext/dom/tests/bug40836.phpt
ext/dom/tests/bug41257.phpt
ext/dom/tests/bug41374.phpt

index e8e7d867d899509d4c78e3163e15d9da968acfe8..2538aab9ce699f5536c2f7b94e29739dffb4cf41 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug # 28721: (appendChild() and insertBefore() unset DOMText)
+Bug #28721: (appendChild() and insertBefore() unset DOMText)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 26dd283c560f812e131b1ff4a519cd4eaa2d6637..eb886a22cb980b61760d5f36592eda9653284339 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug # 28817: (properties in extended class)
+Bug #28817: (properties in extended class)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index e48973429a77d980b6f748b67da90be17c12733f..522dfc6e4c57ca2288fbb3b4fc5525edaa383ef8 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug # 32615: (Replacing and inserting Fragments)
+Bug #32615: (Replacing and inserting Fragments)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 4a63943f7a88fed877ec5c30f70b61b7fd8f97d5..0de0373a53e6856b5c19cbcfefd9eaad71a2c48a 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug # 34276: setAttributeNS and default namespace
+Bug #34276: setAttributeNS and default namespace
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index c07fd340dcdd0e5aa5348cd2e46e76ebf776ed7f..bf9b8fb147a37a2478cf8b4209e2d2f016f6c551 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug # 35342: isset(DOMNodeList->length) returns false
+Bug #35342: isset(DOMNodeList->length) returns false
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 4a01684171e58039055fddde6cf893216e1a9bb6..112b9f46559c0eabc40447d30877e0bc1a056447 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug # 37277 (cloning Dom Documents or Nodes does not work)
+Bug #37277 (cloning Dom Documents or Nodes does not work)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 904712f4b1baa86e4429d5ad1c81f5bfd33cf8e5..5f0fc287783620dbadfb026d035db3914344f506 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug # 37456 (DOMElement->setAttribute() loops forever)
+Bug #37456 (DOMElement->setAttribute() loops forever)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index c8ca9392824b205d52ac409dbc2d3268a65b6e08..b0de90b88ded75476cd6483ea81b6d35472b38c6 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug # 38850 (lookupNamespaceURI does not return default namespace)
+Bug #38850 (lookupNamespaceURI does not return default namespace)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index ba9c8dfe36bf66d619000e6997cfdf5a8684de6b..0dba156119e0599b9861d13c01f2ae145dc94c76 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug # 38949: (Cannot get xmlns value attribute)
+Bug #38949: (Cannot get xmlns value attribute)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 5f454c85e0b56d0e8332628659a3a19cdec70db8..b96b39cfe9fc48485824ddad7cdedd26c23b962e 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug # 40836 (Segfault in insertBefore)
+Bug #40836 (Segfault in insertBefore)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 58e6acfd593e329830cab2f4414ce7f914ebb99b..25f5417515e8ad9032b0dc6e84d2e7f13cbd0545 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug # 41257: (lookupNamespaceURI does not work as expected)
+Bug #41257: (lookupNamespaceURI does not work as expected)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 6de5ffbc05b9d2d72a9ce88329584d35beff7467..a791b0ada147dd205f83f75d8360bb7eccc309a2 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug # 41374: (wholetext concats values of wrong nodes)
+Bug #41374: (wholetext concats values of wrong nodes)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--