aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/com/att/nsa/mr/test/clients/ProtocolTypeConstantsTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/com/att/nsa/mr/test/clients/ProtocolTypeConstantsTest.java')
-rw-r--r--src/test/java/com/att/nsa/mr/test/clients/ProtocolTypeConstantsTest.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/test/java/com/att/nsa/mr/test/clients/ProtocolTypeConstantsTest.java b/src/test/java/com/att/nsa/mr/test/clients/ProtocolTypeConstantsTest.java
index 4e49b2d..ce4b72c 100644
--- a/src/test/java/com/att/nsa/mr/test/clients/ProtocolTypeConstantsTest.java
+++ b/src/test/java/com/att/nsa/mr/test/clients/ProtocolTypeConstantsTest.java
@@ -35,7 +35,7 @@ public class ProtocolTypeConstantsTest {
@Before
public void setUp() throws Exception {
- //constants = new ProtocolTypeConstants();
+ // constants = new ProtocolTypeConstants();
}
@@ -47,13 +47,13 @@ public class ProtocolTypeConstantsTest {
@Test
public void testGetValue() {
-// try {
-// constants.getValue();
-// } catch (Exception e) {
-// // TODO Auto-generated catch block
-// e.printStackTrace();
-// }
-// assertTrue(true);
+ try {
+ constants.getValue();
+ } catch (Exception e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ }
+ assertTrue(true);
}