Sort expected results.
authorDave Longley <dlongley@digitalbazaar.com>
Sun, 04 Mar 2012 15:37:27 -0500
changeset 377 a55af4cf6f9f
parent 376 9ba47ea9ac84
child 378 5234e330a471
child 380 3249e0fe4260
Sort expected results.
test-suite/tests/frame-0007-out.jsonld
test-suite/tests/frame-0008-out.jsonld
test-suite/tests/normalize-0006-out.jsonld
--- a/test-suite/tests/frame-0007-out.jsonld	Tue Feb 28 00:07:24 2012 +0800
+++ b/test-suite/tests/frame-0007-out.jsonld	Sun Mar 04 15:37:27 2012 -0500
@@ -5,8 +5,8 @@
   },
   "@id": "http://example.org/test/#library",
   "@type": [
-    "ex:Library",
-    "ex:Building"
+    "ex:Building",
+    "ex:Library"
   ],
   "ex:contains": {
     "@id": "http://example.org/test#book",
@@ -20,4 +20,4 @@
       "dc:title": "Chapter One"
     }
   }
-}
\ No newline at end of file
+}
--- a/test-suite/tests/frame-0008-out.jsonld	Tue Feb 28 00:07:24 2012 +0800
+++ b/test-suite/tests/frame-0008-out.jsonld	Sun Mar 04 15:37:27 2012 -0500
@@ -16,14 +16,14 @@
     "str3"
   ],
   "ex:mixed": [
+    "literal1",
+    "literal2",
     {
       "@id": "http://example.org/test#iri1"
     },
-    "literal1",
     {
       "@id": "http://example.org/test#iri2"
     },
-    "literal2",
     {
       "@id": "http://example.org/test#subject2"
     }
@@ -31,4 +31,4 @@
   "ex:single": [
     "single"
   ]
-}
\ No newline at end of file
+}
--- a/test-suite/tests/normalize-0006-out.jsonld	Tue Feb 28 00:07:24 2012 +0800
+++ b/test-suite/tests/normalize-0006-out.jsonld	Sun Mar 04 15:37:27 2012 -0500
@@ -1,1 +1,1 @@
-[{"@id":"http://example.org/test#example","@type":["http://example.org/vocab#Foo","http://example.org/vocab#Bar"]}]
\ No newline at end of file
+[{"@id":"http://example.org/test#example","@type":["http://example.org/vocab#Bar","http://example.org/vocab#Foo"]}]