Date: Mon Oct 29 19:56:40 CET 2007
User: Derick Rethans
Directory: xdebug
Log Message:
[0.25]
- Fixed test cases after the fix for bug #300: Direction of var_dump().
Modified files:
xdebug/tests/bug00089.phpt (version: 1.7)
xdebug/tests/bug00280.phpt (version: 1.3)
xdebug/tests/bug00298.phpt (version: 1.2)
xdebug/tests/xdebug_var_dump.phpt (version: 1.8)
[FILE: /xdebug/tests/bug00089.phpt]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdebug/tests/bug00089.phpt:1.6 Thu Aug 23 17:44:31 2007 GMT
+++ xdebug/tests/bug00089.phpt Mon Oct 29 17:56:40 2007 GMT
@@ -16,7 +16,7 @@
var_dump(array(4, array('', 2, 'node'), false));
?>
--EXPECT--
-<pre>
+<pre dir="ltr">
<b>array</b>
0 <font color='#888a85'>=></font> <small>int</small> <font color='#4e9a06'>4</font>
1 <font color='#888a85'>=></font>
[FILE: /xdebug/tests/bug00280.phpt]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdebug/tests/bug00280.phpt:1.2 Thu Aug 23 17:44:31 2007 GMT
+++ xdebug/tests/bug00280.phpt Mon Oct 29 17:56:40 2007 GMT
@@ -13,7 +13,7 @@
var_dump($arr);
?>
--EXPECT--
-<pre>
+<pre dir="ltr">
<b>array</b>
'te�st' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>'te�st'</font> <i>(length=5)</i>
</pre>
[FILE: /xdebug/tests/bug00298.phpt]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdebug/tests/bug00298.phpt:1.1 Fri Jul 20 11:52:26 2007 GMT
+++ xdebug/tests/bug00298.phpt Mon Oct 29 17:56:40 2007 GMT
@@ -11,5 +11,5 @@
xdebug_var_dump($sql);
?>
--EXPECT--
-<pre><small>string</small> <font color='#cc0000'>'select * table from where condition'</font> <i>(length=38)</i>
+<pre dir="ltr"><small>string</small> <font color='#cc0000'>'select * table from where condition'</font> <i>(length=38)</i>
</pre>
[FILE: /xdebug/tests/xdebug_var_dump.phpt]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xdebug/tests/xdebug_var_dump.phpt:1.7 Thu Aug 23 17:44:31 2007 GMT
+++ xdebug/tests/xdebug_var_dump.phpt Mon Oct 29 17:56:40 2007 GMT
@@ -35,7 +35,7 @@
var_dump($ts1);
?>
--EXPECT--
-<pre>
+<pre dir="ltr">
<b>object</b>(<i>TimeStuff</i>)[<i>1</i>]
<i>private</i> 'timestamp' <font color='#888a85'>=></font> <small>int</small> <font color='#4e9a06'>1092515106</font>
<i>private</i> 'user_defined' <font color='#888a85'>=></font> <small>boolean</small> <font color='#75507b'>true</font>
Received on Mon Oct 29 2007 - 19:56:56 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST