Author: mes
Date: 2010-08-17 17:10:25 -0700 (Tue, 17 Aug 2010)
New Revision: 21427
Modified:
core3/integration-test-support/trunk/src/main/java/org/cytoscape/integration/AbstractIntegrationTester.java
Log:
removed some unused code
Modified:
core3/integration-test-support/trunk/src/main/java/org/cytoscape/integration/AbstractIntegrationTester.java
===================================================================
---
core3/integration-test-support/trunk/src/main/java/org/cytoscape/integration/AbstractIntegrationTester.java
2010-08-18 00:09:42 UTC (rev 21426)
+++
core3/integration-test-support/trunk/src/main/java/org/cytoscape/integration/AbstractIntegrationTester.java
2010-08-18 00:10:25 UTC (rev 21427)
@@ -106,18 +106,9 @@
}
/**
- * Specify Spring DM config file to import registered services by
- * viewmodel-impl bundle.
+ * Import bundles required to run bundle.
*/
@Override
- protected String[] getConfigLocations() {
- return new String[] {
"file:./target/test-classes/META-INF/spring/bundle-context-test.xml" };
- }
-
- /**
- * Import bundles required to run viewmodel-impl bundle.
- */
- @Override
protected String[] getTestBundlesNames() {
return dependencyBundleNames;
}
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.