corrected the number of tests expected in progress view. Added toolbar actions to...
[phpeclipse.git] / net.sourceforge.phpeclipse.phpunit / src / net / sourceforge / phpeclipse / phpunit / SettingsInfoComposite.java
index 1babb56..caf1d04 100644 (file)
@@ -69,6 +69,18 @@ public class SettingsInfoComposite extends Composite {
                
                return testSuitePath;
        }
+
+
+       /**
+        * 
+        */
+       protected void showFileDialog() {
+               
+               testSuitePath = dialog.open();
+               System.out.println("file: " + testSuitePath);
+               
+               
+       }