|
From: <caw...@us...> - 2007-06-20 20:53:31
|
Revision: 2648
http://svn.sourceforge.net/rubyeclipse/?rev=2648&view=rev
Author: cawilliams
Date: 2007-06-20 13:53:28 -0700 (Wed, 20 Jun 2007)
Log Message:
-----------
clean up some warnings
Modified Paths:
--------------
trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/internal/testunit/ui/FailureTab.java
trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/wizards/RubyNewTestCaseWizardPage.java
Modified: trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/internal/testunit/ui/FailureTab.java
===================================================================
--- trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/internal/testunit/ui/FailureTab.java 2007-06-20 20:47:59 UTC (rev 2647)
+++ trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/internal/testunit/ui/FailureTab.java 2007-06-20 20:53:28 UTC (rev 2648)
@@ -34,7 +34,6 @@
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Menu;
-import org.eclipse.swt.widgets.Shell;
import org.eclipse.swt.widgets.Table;
import org.eclipse.swt.widgets.TableItem;
import org.rubypeople.rdt.testunit.ITestRunListener;
@@ -273,10 +272,6 @@
new OpenTestAction(fRunnerViewPart, getClassName(), getMethodName(), true).run();
}
- private Shell getShell() {
- return fTable.getShell();
- }
-
/*
* @see ITestRunView#testStatusChanged(TestRunInfo)
*/
Modified: trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/wizards/RubyNewTestCaseWizardPage.java
===================================================================
--- trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/wizards/RubyNewTestCaseWizardPage.java 2007-06-20 20:47:59 UTC (rev 2647)
+++ trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/wizards/RubyNewTestCaseWizardPage.java 2007-06-20 20:53:28 UTC (rev 2648)
@@ -383,6 +383,9 @@
IRubyElement jelem= getInitialRubyElement(selection);
initContainerPage(jelem);
initTypePage(jelem);
+
+ restoreWidgetValues();
+
doStatusUpdate();
// boolean createConstructors= false;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|