git://git.phpeclipse.com
/
phpeclipse.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Merge branch 'master' of ssh://git.phpeclipse.com/phpeclipse
[phpeclipse.git]
/
net.sourceforge.phpeclipse.phpunit
/
src
/
net
/
sourceforge
/
phpeclipse
/
phpunit
/
PHPUnitView.java
diff --git
a/net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/PHPUnitView.java
b/net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/PHPUnitView.java
index
135cdcd
..
7a9d128
100644
(file)
--- a/
net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/PHPUnitView.java
+++ b/
net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/PHPUnitView.java
@@
-372,7
+372,7
@@
public class PHPUnitView extends ViewPart {
} else if (command.equals("testStarted")) {
String testID = args[0];
- String testCount = args[1];
+ //String testCount = args[1];
String testName = args[2];
String parentTestSuiteName = args[3];