Author: kono
Date: 2010-08-19 01:13:01 -0700 (Thu, 19 Aug 2010)
New Revision: 21468
Modified:
core3/integration-test-support/trunk/src/main/java/org/cytoscape/integration/AbstractIntegrationTester.java
Log:
Integration tests works in this version, but code/pom needs to be optimized.
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-19 08:04:43 UTC (rev 21467)
+++
core3/integration-test-support/trunk/src/main/java/org/cytoscape/integration/AbstractIntegrationTester.java
2010-08-19 08:13:01 UTC (rev 21468)
@@ -101,6 +101,7 @@
private void checkServiceReference(String expectedBeanName, Class<?>
serviceClass) {
final ServiceReference ref =
bundleContext.getServiceReference(serviceClass.getName());
assertNotNull(ref);
+ System.out.println("############ Got OSGi Service: " +
ref.toString());
Object beanName =
ref.getProperty("org.springframework.osgi.bean.name");
assertEquals(expectedBeanName, beanName);
}
--
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.