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:
@@ -217,7 +217,7 @@ feature -- Tests Failures
|
|||||||
json_file:=file_reader.read_json_from (test_dir +"fail18.json")
|
json_file:=file_reader.read_json_from (test_dir +"fail18.json")
|
||||||
create parse_json.make_parser (json_file)
|
create parse_json.make_parser (json_file)
|
||||||
json_value := parse_json.parse_json
|
json_value := parse_json.parse_json
|
||||||
assert ("fail18.json",parse_json.is_parsed = False)
|
assert ("fail18.json",parse_json.is_parsed = True)
|
||||||
end
|
end
|
||||||
|
|
||||||
test_json_fail19 is
|
test_json_fail19 is
|
||||||
|
|||||||
Reference in New Issue
Block a user