corrected the number of tests expected in progress view. Added toolbar actions to...
[phpeclipse.git] / net.sourceforge.phpeclipse.phpunit / src / net / sourceforge / phpeclipse / phpunit / XMLReportHandler.java
index 2f8b5aa..c81e518 100644 (file)
@@ -108,8 +108,7 @@ public class XMLReportHandler extends DefaultHandler {
                                public void run() {
                                        
                                        view.handleCommand(currentCommand, currentTestCount, currentTestID);            
-                               }
-                       
+                               }                       
                        });
 
                } else if (elementName.equals("verdict")) {