cvs: ZendEngine2 /tests ns_071.phpt ns_072.phpt

"Felipe Pena" <[email protected]>
Newsgroups gmane.comp.php.cvs.zend
Message-ID <cvsfelipe1226329629@cvsserver>
felipe		Mon Nov 10 15:07:09 2008 UTC

  Modified files:              
    /ZendEngine2/tests	ns_071.phpt ns_072.phpt 
  Log:
  - Fixed tests (thanks Timm)
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/ns_071.phpt?r1=1.1&r2=1.2&diff_format=u
Index: ZendEngine2/tests/ns_071.phpt
diff -u ZendEngine2/tests/ns_071.phpt:1.1 ZendEngine2/tests/ns_071.phpt:1.2
--- ZendEngine2/tests/ns_071.phpt:1.1	Mon Nov 10 11:39:35 2008
+++ ZendEngine2/tests/ns_071.phpt	Mon Nov 10 15:07:09 2008
@@ -18,4 +18,4 @@
 --EXPECTF--
 NULL
 
-Catchable fatal error: Argument 1 passed to foo::bar::__construct() must be an array, object given, called in %s on line %d and defined in %s on line %d
+Catchable fatal error: Argument 1 passed to foo\bar::__construct() must be an array, object given, called in %s on line %d and defined in %s on line %d
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/ns_072.phpt?r1=1.1&r2=1.2&diff_format=u
Index: ZendEngine2/tests/ns_072.phpt
diff -u ZendEngine2/tests/ns_072.phpt:1.1 ZendEngine2/tests/ns_072.phpt:1.2
--- ZendEngine2/tests/ns_072.phpt:1.1	Mon Nov 10 11:39:35 2008
+++ ZendEngine2/tests/ns_072.phpt	Mon Nov 10 15:07:09 2008
@@ -26,8 +26,8 @@
 
 ?>
 --EXPECTF--
-object(foo::test)#%d (0) {
+object(foo\test)#%d (0) {
 }
 NULL
 
-Catchable fatal error: Argument 1 passed to foo::bar::__construct() must implement interface foo::foo, instance of stdClass given, called in %s on line %d and defined in %s on line %d
+Catchable fatal error: Argument 1 passed to foo\bar::__construct() must implement interface foo\foo, instance of stdClass given, called in %s on line %d and defined in %s on line %d



-- 
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.