zoe Fri, 17 Jul 2009 09:03:04 +0000
URL: http://svn.php.net/viewvc?view=revision&revision=284241
Changed paths:
U php/php-src/trunk/ext/xmlwriter/tests/bug48204.phpt
U
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_001.phpt
U
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_002.phpt
U
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_003.phpt
U
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_004.phpt
U
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_005.phpt
U
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_set_indent_string_basic_001.phpt
U
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_set_indent_string_error_001.phpt
U
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_basic_001.phpt
U
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt
U
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_dtd_basic_001.phpt
U
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_dtd_error_001.phpt
Log:
fix tests
Modified: php/php-src/trunk/ext/xmlwriter/tests/bug48204.phpt
===================================================================
--- php/php-src/trunk/ext/xmlwriter/tests/bug48204.phpt 2009-07-17 08:20:04 UTC
(rev 284240)
+++ php/php-src/trunk/ext/xmlwriter/tests/bug48204.phpt 2009-07-17 09:03:04 UTC
(rev 284241)
@@ -7,7 +7,7 @@
$path = str_repeat('a', PHP_MAXPATHLEN + 1);
var_dump(xmlwriter_open_uri('file:///' . $path));
?>
---CREDIT--
+--CREDITS--
Koen Kuipers [email protected]
Theo van der Zee
#Test Fest Utrecht 09-05-2009
Modified:
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_001.phpt
===================================================================
--- php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_001.phpt
2009-07-17 08:20:04 UTC (rev 284240)
+++ php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_001.phpt
2009-07-17 09:03:04 UTC (rev 284241)
@@ -6,7 +6,7 @@
<?php
var_dump(xmlwriter_open_uri(''));
?>
---CREDIT--
+--CREDITS--
Koen Kuipers [email protected]
Theo van der Zee
#Test Fest Utrecht 09-05-2009
Modified:
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_002.phpt
===================================================================
--- php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_002.phpt
2009-07-17 08:20:04 UTC (rev 284240)
+++ php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_002.phpt
2009-07-17 09:03:04 UTC (rev 284241)
@@ -6,7 +6,7 @@
<?php
var_dump(xmlwriter_open_uri());
?>
---CREDIT--
+--CREDITS--
Koen Kuipers [email protected]
Theo van der Zee
#Test Fest Utrecht 09-05-2009
Modified:
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_003.phpt
===================================================================
--- php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_003.phpt
2009-07-17 08:20:04 UTC (rev 284240)
+++ php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_003.phpt
2009-07-17 09:03:04 UTC (rev 284241)
@@ -6,7 +6,7 @@
<?php
var_dump(xmlwriter_open_uri('foo/bar.tmp'));
?>
---CREDIT--
+--CREDITS--
Koen Kuipers [email protected]
Theo van der Zee
#Test Fest Utrecht 09-05-2009
Modified:
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_004.phpt
===================================================================
--- php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_004.phpt
2009-07-17 08:20:04 UTC (rev 284240)
+++ php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_004.phpt
2009-07-17 09:03:04 UTC (rev 284241)
@@ -6,7 +6,7 @@
<?php
var_dump(xmlwriter_open_uri('file:///'));
?>
---CREDIT--
+--CREDITS--
Koen Kuipers [email protected]
Theo van der Zee
#Test Fest Utrecht 09-05-2009
Modified:
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_005.phpt
===================================================================
--- php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_005.phpt
2009-07-17 08:20:04 UTC (rev 284240)
+++ php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_open_uri_error_005.phpt
2009-07-17 09:03:04 UTC (rev 284241)
@@ -6,7 +6,7 @@
<?php
var_dump(xmlwriter_open_uri('file://localhost/'));
?>
---CREDIT--
+--CREDITS--
Koen Kuipers [email protected]
Theo van der Zee
#Test Fest Utrecht 09-05-2009
Modified:
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_set_indent_string_basic_001.phpt
===================================================================
---
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_set_indent_string_basic_001.phpt
2009-07-17 08:20:04 UTC (rev 284240)
+++
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_set_indent_string_basic_001.phpt
2009-07-17 09:03:04 UTC (rev 284241)
@@ -16,7 +16,7 @@
$temp_filename = dirname(__FILE__)."/xmlwriter_set_indent_string.tmp";
unlink($temp_filename);
?>
---CREDIT--
+--CREDITS--
Koen Kuipers [email protected]
Theo van der Zee
#Test Fest Utrecht 09-05-2009
Modified:
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_set_indent_string_error_001.phpt
===================================================================
---
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_set_indent_string_error_001.phpt
2009-07-17 08:20:04 UTC (rev 284240)
+++
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_set_indent_string_error_001.phpt
2009-07-17 09:03:04 UTC (rev 284241)
@@ -16,7 +16,7 @@
$temp_filename = dirname(__FILE__)."/xmlwriter_set_indent_string_error.tmp";
unlink($temp_filename);
?>
---CREDIT--
+--CREDITS--
Koen Kuipers [email protected]
--EXPECTF--
Modified:
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_basic_001.phpt
===================================================================
---
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_basic_001.phpt
2009-07-17 08:20:04 UTC (rev 284240)
+++
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_basic_001.phpt
2009-07-17 09:03:04 UTC (rev 284241)
@@ -18,7 +18,7 @@
$output = xmlwriter_flush($xw, true);
print $output;
?>
---CREDIT--
+--CREDITS--
Koen Kuipers [email protected]
--EXPECT--
<?xml version="1.0" encoding="UTF-8"?>
Modified:
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt
===================================================================
---
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt
2009-07-17 08:20:04 UTC (rev 284240)
+++
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt
2009-07-17 09:03:04 UTC (rev 284241)
@@ -23,7 +23,7 @@
var_dump(xmlwriter_write_attribute_ns($xw, 'prefix', 'id',
'http://www.php.net/uri', 'elem1'));
print xmlwriter_output_memory($xw);
?>
---CREDIT--
+--CREDITS--
Koen Kuipers [email protected]
--EXPECTF--
Modified:
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_dtd_basic_001.phpt
===================================================================
--- php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_dtd_basic_001.phpt
2009-07-17 08:20:04 UTC (rev 284240)
+++ php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_dtd_basic_001.phpt
2009-07-17 09:03:04 UTC (rev 284241)
@@ -14,7 +14,7 @@
$output = xmlwriter_flush($xmlwriter, true);
print $output;
?>
---CREDIT--
+--CREDITS--
Koen Kuipers [email protected]
--EXPECT--
bool(true)
Modified:
php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_dtd_error_001.phpt
===================================================================
--- php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_dtd_error_001.phpt
2009-07-17 08:20:04 UTC (rev 284240)
+++ php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_dtd_error_001.phpt
2009-07-17 09:03:04 UTC (rev 284241)
@@ -7,7 +7,7 @@
$xmlwriter = xmlwriter_open_memory();
var_dump(xmlwriter_write_dtd($xmlwriter));
?>
---CREDIT--
+--CREDITS--
Koen Kuipers [email protected]
--EXPECTF--
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php