Skip to content

Commit

Permalink
Fix tundra:test implementation to work correctly by fixing .gitignore
Browse files Browse the repository at this point in the history
to not ignore the implementation service
  • Loading branch information
lachlan committed Aug 30, 2018
1 parent 06087e2 commit 89db66b
Show file tree
Hide file tree
Showing 5 changed files with 461 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*.bak
Thumbs.db
.DS_Store
ns/tundra/support/test
ns/tundra/support/test/*
!ns/tundra/support/test/node.idf
!ns/tundra/support/test/execute
Binary file modified code/jars/Tundra.jar
Binary file not shown.
13 changes: 13 additions & 0 deletions ns/tundra/support/test/execute/java.frag
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>

<Values version="2.0">
<value name="name">execute</value>
<value name="encodeutf8">true</value>
<value name="body">SURhdGFDdXJzb3IgY3Vyc29yID0gcGlwZWxpbmUuZ2V0Q3Vyc29yKCk7Cgp0cnkgewogICAgU3Ry
aW5nIHBhY2thZ2VOYW1lID0gSURhdGFIZWxwZXIuZ2V0KGN1cnNvciwgIiRwYWNrYWdlIiwgU3Ry
aW5nLmNsYXNzLCB0cnVlKTsKICAgIGludCBjb25jdXJyZW5jeSA9IElEYXRhSGVscGVyLmdldE9y
RGVmYXVsdChjdXJzb3IsICIkY29uY3VycmVuY3kiLCBJbnRlZ2VyLmNsYXNzLCAxKTsKICAgIElE
YXRhSGVscGVyLnB1dChjdXJzb3IsICIkcmVzdWx0IiwgVGVzdEhlbHBlci5leGVjdXRlKFBhY2th
Z2VIZWxwZXIuZ2V0UGFja2FnZShwYWNrYWdlTmFtZSksIGNvbmN1cnJlbmN5KSk7Cn0gZmluYWxs
eSB7CiAgICBjdXJzb3IuZGVzdHJveSgpOwp9</value>
</Values>
Loading

0 comments on commit 89db66b

Please sign in to comment.