cvs: pear /Log/tests display.phpt
[email protected] ("Jon Parise")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsjon1209842606@cvsserver> |
jon Sat May 3 19:23:26 2008 UTC
Modified files:
/pear/Log/tests display.phpt
Log:
Updating the display handler's unit test to match the specified line break
configuration.
http://cvs.php.net/viewvc.cgi/pear/Log/tests/display.phpt?r1=1.5&r2=1.6&diff_format=u
Index: pear/Log/tests/display.phpt
diff -u pear/Log/tests/display.phpt:1.5 pear/Log/tests/display.phpt:1.6
--- pear/Log/tests/display.phpt:1.5 Wed Jan 2 00:36:12 2008
+++ pear/Log/tests/display.phpt Sat May 3 19:23:25 2008
@@ -29,9 +29,13 @@
--EXPECT--
Testing Default Configuration
------------------------------------------------------
-<b>info</b>: Info<b>error</b>: Error<b>debug</b>: Debug<b>info</b>: Multi<br />
+<b>info</b>: Info<br />
+<b>error</b>: Error<br />
+<b>debug</b>: Debug<br />
+<b>info</b>: Multi<br />
Line<br />
-Entry
+Entry<br />
+
Testing Line Break Configuration
------------------------------------------------------
@@ -45,12 +49,19 @@
Testing Format Configuration
------------------------------------------------------
-<!-- Info --><!-- Error --><!-- Debug --><!-- Multi<br />
+<!-- Info --><br />
+<!-- Error --><br />
+<!-- Debug --><br />
+<!-- Multi<br />
Line<br />
-Entry -->
+Entry --><br />
+
Testing Prepend / Append Configuration
------------------------------------------------------
-<tt><b>info</b>: Info</tt><tt><b>error</b>: Error</tt><tt><b>debug</b>: Debug</tt><tt><b>info</b>: Multi<br />
+<tt><b>info</b>: Info</tt><br />
+<tt><b>error</b>: Error</tt><br />
+<tt><b>debug</b>: Debug</tt><br />
+<tt><b>info</b>: Multi<br />
Line<br />
-Entry</tt>
+Entry</tt><br />