Skip to content

Commit

Permalink
test failure is asserted
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijitVyas committed Aug 11, 2020
1 parent 6ed3dc7 commit 7631948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/tripledb.plt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ test('tripledb_tell_special_characters_@*~!#?'):-
% Hence, in the code we throw a warning at triple_query_unify_o1
test('tripledb ask for triple with special character already stored in db(wrong/corrupt format)'):-
tripledb_tell(test_datatype:'Lecturer3', test_datatype:'last_name', 'Müller'),
assert_true(tripledb_ask(test_datatype:'Lecturer3', test_datatype:'last_name', Y)).
assert_false(tripledb_ask(test_datatype:'Lecturer3', test_datatype:'last_name', _)).

% test for non existent triples
test('tripledb_ask_for_non_existant_triples'):-
Expand Down

0 comments on commit 7631948

Please sign in to comment.