summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexei Rousskikh <ext-alexei.rousskikh@nokia.com>2012-03-12 16:07:27 -0400
committerChris Craig <ext-chris.craig@nokia.com>2012-03-12 22:33:01 +0100
commit75d66c20adb464e9ea36ddbfe6198a9cc70e407d (patch)
tree8da690bf7253c0cb6595c70c006d3f07a70c9ebe
parent29c5cdf8c23f13d7aa7400e2fd45f57babb01eff (diff)
removed trailing comma which made JSON invalid
Change-Id: I498349f25da6f58677245d81c633a07f056594ea Reviewed-by: Chris Craig <ext-chris.craig@nokia.com>
-rw-r--r--tests/auto/jsonstream/schemas/ReplyCommand.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/jsonstream/schemas/ReplyCommand.json b/tests/auto/jsonstream/schemas/ReplyCommand.json
index 70ef9cc..78c64d2 100644
--- a/tests/auto/jsonstream/schemas/ReplyCommand.json
+++ b/tests/auto/jsonstream/schemas/ReplyCommand.json
@@ -3,6 +3,6 @@
"description": "Send a command",
"type": "object",
"properties": {
- "command": {"type":"string", "required":true },
+ "command": {"type":"string", "required":true }
}
}