From: Sebastian Harl Date: Sat, 7 Dec 2013 15:29:25 +0000 (+0100) Subject: store_test: Fixed golden data for tojson() test. X-Git-Tag: sysdb-0.1.0~314^2 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=e9881fcf521265f8e88004694e5678df0dd6b3d4 store_test: Fixed golden data for tojson() test. --- diff --git a/t/core/store_test.c b/t/core/store_test.c index c27310d..afc5323 100644 --- a/t/core/store_test.c +++ b/t/core/store_test.c @@ -174,7 +174,7 @@ START_TEST(test_store_tojson) "\"services\": [" "{\"name\": \"s1\", \"last_update\": \"1970-01-01 00:00:00 +0000\"}," "{\"name\": \"s2\", \"last_update\": \"1970-01-01 00:00:00 +0000\"}," - "]}" + "]}," "]}"; sdb_store_host("h1", 1);