cvs: ZendEngine2(PHP_5_3) /tests 029.phpt

[email protected] ("Zoe Slattery") Mon, 18 May 2009 19:16:30 -0000
Newsgroups php.zend-engine.cvs
Message-ID <cvszoe1242674190@cvsserver>
zoe		Mon May 18 19:16:30 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /ZendEngine2/tests	029.phpt 
  Log:
  Removing redundant UEXPECT
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/029.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: ZendEngine2/tests/029.phpt
diff -u ZendEngine2/tests/029.phpt:1.1.2.2 ZendEngine2/tests/029.phpt:1.1.2.3
--- ZendEngine2/tests/029.phpt:1.1.2.2	Fri Apr 18 14:05:47 2008
+++ ZendEngine2/tests/029.phpt	Mon May 18 19:16:30 2009
@@ -49,37 +49,3 @@
     }
   }
 }
---UEXPECT--
-array(1) {
-  [0]=>
-  object(stdClass)#1 (1) {
-    [u"a"]=>
-    object(stdClass)#2 (0) {
-    }
-  }
-}
-array(1) {
-  [0]=>
-  object(stdClass)#1 (2) {
-    [u"a"]=>
-    object(stdClass)#2 (0) {
-    }
-    [u"b"]=>
-    object(stdClass)#3 (0) {
-    }
-  }
-}
-array(1) {
-  [0]=>
-  object(stdClass)#1 (3) {
-    [u"a"]=>
-    object(stdClass)#2 (0) {
-    }
-    [u"b"]=>
-    object(stdClass)#3 (0) {
-    }
-    [u"c"]=>
-    object(stdClass)#2 (0) {
-    }
-  }
-}