Moved jsontestrunner data from test/ to test/data.

This commit is contained in:
Baptiste Lepilleur
2009-11-21 18:20:25 +00:00
parent 45c499d310
commit 7dec64f57e
83 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
{
"count" : 1234,
"name" : { "aka" : "T.E.S.T.", "id" : 123987 },
"attribute" : [
"random",
"short",
"bold",
12,
{ "height" : 7, "width" : 64 }
],
"test": { "1" :
{ "2" :
{ "3" : { "coord" : [ 1,2] }
}
}
}
}