From c8bbfed0410b7181a81952fb9314d5995b0d5e2e Mon Sep 17 00:00:00 2001 From: Stephen Dolan Date: Mon, 3 Dec 2012 02:00:29 +0000 Subject: See, I told you colour was a bad idea! #11 Last commit broke the build, minor fix needed to testsuite. --- jq_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jq_test.c') diff --git a/jq_test.c b/jq_test.c index b4674c81..2960162e 100644 --- a/jq_test.c +++ b/jq_test.c @@ -61,7 +61,7 @@ static void run_jq_tests() { printf("\n"); pass = 0; } - jv as_string = jv_dump_string(jv_copy(expected), rand()); + jv as_string = jv_dump_string(jv_copy(expected), rand() & ~JV_PRINT_COLOUR); jv reparsed = jv_parse_sized(jv_string_value(as_string), jv_string_length(jv_copy(as_string))); assert(jv_equal(jv_copy(expected), jv_copy(reparsed))); jv_free(as_string); -- cgit v1.2.3 ='logo' rowspan='2'>cgit logo index : nextcloud-social
Mirror of https://github.com/nextcloud/socialmatthias
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis <6653109+artonge@users.noreply.github.com>2023-06-28 14:30:16 +0200
committerGitHub <noreply@github.com>2023-06-28 14:30:16 +0200
commit2ecd2247b1e0d86281af3283c3e00ddd9afeaf37 (patch)
tree0616df034efc82fa5116b686775b7e07ccc97547
parent078f67c4422b5f94c903496d44187fa619795505 (diff)
parent90ac28849ae712ff0af35a7e739fd648891a29d1 (diff)
Merge pull request #1748 from nextcloud/artonge/feat/modernize_e2e_tests
Modernize e2e tests