changeset 28764:907d616d35cb

jsondecode_BIST.tst: Mark BIST with bug number.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 21 Sep 2020 10:48:53 +0200
parents b8e9e012bb21
children ec9efcc717cc
files test/json/jsondecode_BIST.tst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/json/jsondecode_BIST.tst	Sun Sep 13 16:06:49 2020 +0200
+++ b/test/json/jsondecode_BIST.tst	Mon Sep 21 10:48:53 2020 +0200
@@ -50,7 +50,7 @@
 %! assert (isequal (obs, exp));
 
 %% FIXME: Matlab returns logical array rather than numeric array
-%!testif HAVE_RAPIDJSON
+%!testif HAVE_RAPIDJSON <59135>
 %! json = '[[true, true], [false, true]]';
 %! exp  = logical ([1, 1; 0, 1]);
 %! obs  = jsondecode (json);