git://secure.phpeclipse.com
/
phpeclipse.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
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
diff --git
a/net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/SettingsInfoComposite.java
b/net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/SettingsInfoComposite.java
index
1babb56
..
caf1d04
100644
(file)
--- a/
net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/SettingsInfoComposite.java
+++ b/
net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/SettingsInfoComposite.java
@@
-69,6
+69,18
@@
public class SettingsInfoComposite extends Composite {
return testSuitePath;
}
+
+
+ /**
+ *
+ */
+ protected void showFileDialog() {
+
+ testSuitePath = dialog.open();
+ System.out.println("file: " + testSuitePath);
+
+
+ }