Skip to content

Commit 1468557

Browse files
committed
Enable tests.
1 parent 8a05098 commit 1468557

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

tests/test-common.js

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,12 @@ const TEST_TYPES = {
3636
/compact-manifest.jsonld#ttn01$/,
3737
/compact-manifest.jsonld#ttn02$/,
3838
/compact-manifest.jsonld#ttn03$/,
39-
// IRI confusion
40-
/compact-manifest.jsonld#te002$/,
4139
// included
4240
/compact-manifest.jsonld#tin01$/,
4341
/compact-manifest.jsonld#tin02$/,
4442
/compact-manifest.jsonld#tin03$/,
4543
/compact-manifest.jsonld#tin04$/,
4644
/compact-manifest.jsonld#tin05$/,
47-
// context values
48-
/compact-manifest.jsonld#ts001$/,
49-
/compact-manifest.jsonld#ts002$/,
50-
// @json
51-
/compact-manifest.jsonld#tjs01$/,
52-
/compact-manifest.jsonld#tjs02$/,
53-
/compact-manifest.jsonld#tjs03$/,
54-
/compact-manifest.jsonld#tjs04$/,
55-
/compact-manifest.jsonld#tjs05$/,
56-
/compact-manifest.jsonld#tjs06$/,
57-
/compact-manifest.jsonld#tjs07$/,
58-
/compact-manifest.jsonld#tjs08$/,
59-
/compact-manifest.jsonld#tjs09$/,
60-
/compact-manifest.jsonld#tjs10$/,
6145
// @json null
6246
/compact-manifest.jsonld#tjs11$/,
6347
// direction
@@ -90,10 +74,6 @@ const TEST_TYPES = {
9074
specVersion: ['json-ld-1.0'],
9175
// FIXME
9276
idRegex: [
93-
// indexed graph objects
94-
/expand-manifest.jsonld#t0102$/,
95-
// multiple graphs
96-
/expand-manifest.jsonld#t0103$/,
9777
// terms having form of keyword
9878
/expand-manifest.jsonld#t0119$/,
9979
/expand-manifest.jsonld#t0120$/,
@@ -132,8 +112,6 @@ const TEST_TYPES = {
132112
/expand-manifest.jsonld#te044$/,
133113
/expand-manifest.jsonld#te048$/,
134114
/expand-manifest.jsonld#te049$/,
135-
// invalid keyword alias
136-
/expand-manifest.jsonld#te051$/,
137115
// protected null IRI mapping
138116
/expand-manifest.jsonld#tpr28$/,
139117
// remote
@@ -192,8 +170,6 @@ const TEST_TYPES = {
192170
/expand-manifest.jsonld#tdi07$/,
193171
/expand-manifest.jsonld#tdi08$/,
194172
/expand-manifest.jsonld#tdi09$/,
195-
// @json
196-
/expand-manifest.jsonld#tjs09$/,
197173
]
198174
},
199175
fn: 'expand',

0 commit comments

Comments
 (0)