Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-08-26 23:55:26 +0000
committerrescobar2010-08-26 23:55:26 +0000
commit9efc0eacf893c0b6726e3e163bf3d12730c046af (patch)
tree28e6eb7c81c247cff904202727aec2fbe04ad8af /plugins/org.eclipse.osee.client.integration.tests
parent8c41455314d66f4abcd576892a01fe9283572fc2 (diff)
downloadorg.eclipse.osee-9efc0eacf893c0b6726e3e163bf3d12730c046af.tar.gz
org.eclipse.osee-9efc0eacf893c0b6726e3e163bf3d12730c046af.tar.xz
org.eclipse.osee-9efc0eacf893c0b6726e3e163bf3d12730c046af.zip
Diffstat (limited to 'plugins/org.eclipse.osee.client.integration.tests')
-rw-r--r--plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/MasterTestSuite_DemoIntegrationSuite.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/MasterTestSuite_DemoIntegrationSuite.java b/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/MasterTestSuite_DemoIntegrationSuite.java
index 70f54f51dfa..71ab76463a9 100644
--- a/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/MasterTestSuite_DemoIntegrationSuite.java
+++ b/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/MasterTestSuite_DemoIntegrationSuite.java
@@ -31,7 +31,7 @@ MasterTestSuite_DemoDbInit.class, //
public class MasterTestSuite_DemoIntegrationSuite {
@BeforeClass
- public void setup() throws Exception {
+ public static void setup() throws Exception {
OseeLog.log(MasterTestSuite_DemoIntegrationSuite.class, Level.INFO,
"Starting osee client integration test suite...");
}

Back to the top