X-Git-Url: http://git.phpeclipse.com

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 8d4c5c2..7a9d128 100644
--- a/net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/PHPUnitView.java
+++ b/net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/PHPUnitView.java
@@ -135,26 +135,26 @@ public class PHPUnitView extends ViewPart {
 	/**
 	 * @param parent
 	 */
-	private void buildSettingsComposite(Composite parent) {
-
-		// settingsInfoComposite = new Group(parent, SWT.NONE);
-		// settingsInfoComposite.setText("Settings");
-		// settingsInfoComposite.setLayout(new GridLayout(2,false));
-		//		
-		//		
-		// //the test suite to launch
-		// Label testSuiteLabel = new Label(settingsInfoComposite, SWT.NONE);
-		// testSuiteLabel.setText("Test suite to run:");
-		// //testSuiteLabel.setLayoutData(new GridData())
-		// Text testSuiteText = new Text(settingsInfoComposite, SWT.NONE);
-		//		
-		// //the path to php
-		// Label phpPathLabel = new Label(settingsInfoComposite, SWT.NONE);
-		// phpPathLabel.setText("php Path:");
-		// //testSuiteLabel.setLayoutData(new GridData())
-		// Text phpPathText = new Text(settingsInfoComposite, SWT.NONE);
-
-	}
+//	private void buildSettingsComposite(Composite parent) {
+//
+//		// settingsInfoComposite = new Group(parent, SWT.NONE);
+//		// settingsInfoComposite.setText("Settings");
+//		// settingsInfoComposite.setLayout(new GridLayout(2,false));
+//		//		
+//		//		
+//		// //the test suite to launch
+//		// Label testSuiteLabel = new Label(settingsInfoComposite, SWT.NONE);
+//		// testSuiteLabel.setText("Test suite to run:");
+//		// //testSuiteLabel.setLayoutData(new GridData())
+//		// Text testSuiteText = new Text(settingsInfoComposite, SWT.NONE);
+//		//		
+//		// //the path to php
+//		// Label phpPathLabel = new Label(settingsInfoComposite, SWT.NONE);
+//		// phpPathLabel.setText("php Path:");
+//		// //testSuiteLabel.setLayoutData(new GridData())
+//		// Text phpPathText = new Text(settingsInfoComposite, SWT.NONE);
+//
+//	}
 
 	private void setActions() {
 
@@ -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];