Author: ts
Date: Tue Feb 12 10:41:37 2008
New Revision: 7344

Log:
- WS.

Modified:
    trunk/Debug/tests/debug_test.php

Modified: trunk/Debug/tests/debug_test.php
==============================================================================
--- trunk/Debug/tests/debug_test.php [iso-8859-1] (original)
+++ trunk/Debug/tests/debug_test.php [iso-8859-1] Tue Feb 12 10:41:37 2008
@@ -44,10 +44,8 @@
 
             default:               
                     print( "$errstr in $errfile on line $errline\n" ); break;
-       }
+        }
     }
-
-
 
     // Messages are already tested in DebugMemoryWriterTest.
     // Quick test if the basics work.
@@ -105,8 +103,6 @@
         */
     }
 
-
-
     public function testDefaultSourceAndCategory()
     {
         $dbg = $this->dbg;
@@ -125,7 +121,6 @@
         $this->assertEquals(2, count( $struct[0] ) );
         $this->assertEquals("bla",  $struct[0][1]->source );
     }
-    
 
     public function testIndependentFromEventLog()
     {


-- 
svn-components mailing list
[EMAIL PROTECTED]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to