Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorslewis2009-05-26 23:51:31 +0000
committerslewis2009-05-26 23:51:31 +0000
commit204be2952d96a4487a1d362b4db281306f4c93e6 (patch)
tree404af78de22cd44f28e1af4439d93aa95f0dc89b /tests
parent2af3b963a81ad34c10a05e1d39e882ce223a1dc3 (diff)
downloadorg.eclipse.ecf-204be2952d96a4487a1d362b4db281306f4c93e6.tar.gz
org.eclipse.ecf-204be2952d96a4487a1d362b4db281306f4c93e6.tar.xz
org.eclipse.ecf-204be2952d96a4487a1d362b4db281306f4c93e6.zip
Changed REGISTER_WAIT to protected so subclasses can access
Diffstat (limited to 'tests')
-rw-r--r--tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/org/eclipse/ecf/tests/osgi/services/distribution/AbstractServiceRegisterTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/org/eclipse/ecf/tests/osgi/services/distribution/AbstractServiceRegisterTest.java b/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/org/eclipse/ecf/tests/osgi/services/distribution/AbstractServiceRegisterTest.java
index 640f82070..98ee0411d 100644
--- a/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/org/eclipse/ecf/tests/osgi/services/distribution/AbstractServiceRegisterTest.java
+++ b/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/org/eclipse/ecf/tests/osgi/services/distribution/AbstractServiceRegisterTest.java
@@ -29,7 +29,7 @@ import org.osgi.util.tracker.ServiceTrackerCustomizer;
public abstract class AbstractServiceRegisterTest extends
AbstractDistributionTest {
- private static final int REGISTER_WAIT = 60000;
+ protected static final int REGISTER_WAIT = 60000;
public void testRegisterServer() throws Exception {
Properties props = new Properties();

Back to the top