Skip to content

Commit

Permalink
test: rewrite TDs for artifacts due to reorganization of triples
Browse files Browse the repository at this point in the history
  • Loading branch information
cake-lier committed Jan 20, 2024
1 parent f9050d5 commit 3bb3b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions yggdrasil-cartago/src/test/resources/c0_counter_artifact.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
@prefix js: <https://www.w3.org/2019/wot/json-schema#> .
@prefix hmas: <https://purl.org/hmas/> .

<http://localhost:8080/workspaces/test/artifacts/c0> a td:Thing, <http://example.org/Counter>,
hmas:Artifact;
<http://localhost:8080/workspaces/test/artifacts/c0> a td:Thing, hmas:Artifact, <http://example.org/Counter>;
td:title "c0";
td:hasSecurityConfiguration [ a wotsec:NoSecurityScheme
];
Expand Down
3 changes: 1 addition & 2 deletions yggdrasil-cartago/src/test/resources/c1_counter_artifact.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
@prefix js: <https://www.w3.org/2019/wot/json-schema#> .
@prefix hmas: <https://purl.org/hmas/> .

<http://localhost:8080/workspaces/sub/artifacts/c1> a td:Thing, <http://example.org/Counter>,
hmas:Artifact;
<http://localhost:8080/workspaces/sub/artifacts/c1> a td:Thing, hmas:Artifact, <http://example.org/Counter>;
td:title "c1";
td:hasSecurityConfiguration [ a wotsec:NoSecurityScheme
];
Expand Down

0 comments on commit 3bb3b27

Please sign in to comment.