Skip to content

Commit

Permalink
refs #2880 fixed to run without the json module
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnich committed Jul 23, 2018
1 parent dece406 commit dd79ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/test/qlib/RestHandler/RestHandler.qtest
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,10 @@ public class RestHandlerTest inherits QUnit::Test {
}

issue2893() {
%ifdef NoJson
testSkip("no json module present");
%endif

mClient.setSerialization("json");
hash info;
{
Expand Down

0 comments on commit dd79ae9

Please sign in to comment.