Skip to content

Commit be99130

Browse files
committed
Moved and enabled unit test
1 parent b9609cc commit be99130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/python/wlsdeplloy/json/json_translator_test.py renamed to core/src/test/python/wlsdeploy/json/json_translator_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class JsonTranslatorTest(unittest.TestCase):
1212

13-
def disabled_testEscapeBackslash(self):
13+
def testEscapeBackslash(self):
1414
# JSON "xy\\.z" should become String "xy\.z"
1515
text = "{ \"abc\": \"xy\\\\.z\" }"
1616
stream = ByteArrayInputStream(text.encode('utf-8'))

0 commit comments

Comments
 (0)