Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.skynet.core.test/src/org/eclipse/osee/framework/skynet/core/test/cases/AccessTest.java')
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core.test/src/org/eclipse/osee/framework/skynet/core/test/cases/AccessTest.java28
1 files changed, 14 insertions, 14 deletions
diff --git a/plugins/org.eclipse.osee.framework.skynet.core.test/src/org/eclipse/osee/framework/skynet/core/test/cases/AccessTest.java b/plugins/org.eclipse.osee.framework.skynet.core.test/src/org/eclipse/osee/framework/skynet/core/test/cases/AccessTest.java
index 5e8be35a84f..9f50c050f9d 100644
--- a/plugins/org.eclipse.osee.framework.skynet.core.test/src/org/eclipse/osee/framework/skynet/core/test/cases/AccessTest.java
+++ b/plugins/org.eclipse.osee.framework.skynet.core.test/src/org/eclipse/osee/framework/skynet/core/test/cases/AccessTest.java
@@ -8,18 +8,18 @@
* Contributors:
* Boeing - initial API and implementation
*******************************************************************************/
-package org.eclipse.osee.framework.skynet.core.test.cases;
-
-import static org.junit.Assert.assertFalse;
-import org.eclipse.osee.framework.core.client.ClientSessionManager;
-import org.junit.Before;
-
-public class AccessTest {
- public AccessTest() {
- }
-
- @Before
- protected void setUp() throws Exception {
- assertFalse(ClientSessionManager.isProductionDataStore());
- }
+package org.eclipse.osee.framework.skynet.core.test.cases;
+
+import static org.junit.Assert.assertFalse;
+import org.eclipse.osee.framework.core.client.ClientSessionManager;
+import org.junit.Before;
+
+public class AccessTest {
+ public AccessTest() {
+ }
+
+ @Before
+ protected void setUp() throws Exception {
+ assertFalse(ClientSessionManager.isProductionDataStore());
+ }
} \ No newline at end of file

Back to the top