Updated test_json_fail18 , it's a valid JSON, maybe we need to rename this to test_json_pass4 and the file fail18.json to pass4.json

This commit is contained in:
jvelilla
2010-03-10 11:07:33 +00:00
parent 327196a3cf
commit a863e495ae

View File

@@ -217,7 +217,7 @@ feature -- Tests Failures
json_file:=file_reader.read_json_from (test_dir +"fail18.json")
create parse_json.make_parser (json_file)
json_value := parse_json.parse_json
assert ("fail18.json",parse_json.is_parsed = False)
assert ("fail18.json",parse_json.is_parsed = True)
end
test_json_fail19 is