Skip to content

Commit

Permalink
Include new namespace prefixes
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Kopp <kopp.dev@gmail.com>
  • Loading branch information
koppor committed Sep 25, 2017
1 parent 566a962 commit 9c42306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -29,7 +29,7 @@ public void nodeTypeImplementationResourceCreation() throws Exception {

@Test
public void nodeTypeImplementationResourceImplementationArtifactsCreation() throws Exception {
this.setRevisionTo("9c486269f6280e0eb14730d01554e7e4553a3d60");
this.setRevisionTo("8d4abf7f7d79b99e27ec59e2421802c7e021f2a3");
this.assertPost("nodetypeimplementations/http%253A%252F%252Fwinery.opentosca.org%252Ftest%252Fnodetypeimplementations%252Ffruits/baobab_impl/implementationartifacts/",
"entityimplementations/nodetypeimplementations/baobab_create_artifact.json");
this.assertGet("artifacttemplates/http%253A%252F%252Fwinery.opentosca.org%252Ftest%252Fartifacttemplates%252Ffruits/baobab_bananaInterface_IA/", "entityimplementations/nodetypeimplementations/initial_artifact_template.json");
Expand Down
Expand Up @@ -5,7 +5,7 @@
],
"otherAttributes": {
},
"id": "winery-defs-for_fruits-baobab_bananaInterface_IA",
"id": "winery-defs-for_fruitsats-baobab_bananaInterface_IA",
"serviceTemplateOrNodeTypeOrNodeTypeImplementation": [
{
"documentation": [
Expand All @@ -28,7 +28,7 @@
"otherAttributes": {
},
"namespace": "http://winery.opentosca.org/test/artifacttypes/fruits",
"location": "fruits1__WAR.tosca",
"location": "fruitsatys__WAR.tosca",
"importType": "http://docs.oasis-open.org/tosca/ns/2011/12"
}
]
Expand Down

0 comments on commit 9c42306

Please sign in to comment.