Skip to content

Commit

Permalink
Several tests were not running
Browse files Browse the repository at this point in the history
Tests without the word "test" in function name were not running.
  • Loading branch information
pfreitag committed Oct 6, 2017
1 parent 84d7950 commit ee4abe6
Show file tree
Hide file tree
Showing 8 changed files with 115 additions and 115 deletions.
41 changes: 21 additions & 20 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"name":"Taffy",
"shortDescription" : "REST Web Service framework for ColdFusion and Lucee",
"slug":"Taffy",
"author":"Adam Tuttle",
"location":"https://github.com/atuttle/taffy",
"Homepage":"http://taffy.io/",
"Documentation":"http://docs.taffy.io/",
"type": "mvc",
"Repository" : {
"type" : "git", "URL" : "https://github.com/atuttle/taffy.git"
},
"devDependencies":{
"testbox":"^2.5.0+107",
"commandbox-cfconfig":"be"
},
"installPaths":{
"testbox":"tests/testbox"
}
}
{
"name":"Taffy",
"shortDescription":"REST Web Service framework for ColdFusion and Lucee",
"slug":"Taffy",
"author":"Adam Tuttle",
"location":"https://github.com/atuttle/taffy",
"Homepage":"http://taffy.io/",
"Documentation":"http://docs.taffy.io/",
"type":"mvc",
"Repository":{
"type":"git",
"URL":"https://github.com/atuttle/taffy.git"
},
"devDependencies":{
"testbox":"^2.5.0+107",
"commandbox-cfconfig":"be"
},
"installPaths":{
"testbox":"tests/testbox/"
}
}
5 changes: 5 additions & 0 deletions server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"app":{
"cfengine":"adobe@2016"
}
}
2 changes: 1 addition & 1 deletion tests/tests/TestConflict.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

}

function conflicting_URIs_get_skipped() {
function test_conflicting_URIs_get_skipped() {
assertTrue(checkIfOneSkippedRessourceContainsExpectedException("errorCode", "taffy.resources.DuplicateUriPattern"), "Conflicting URIs not showing in errors");
}
</cfscript>
Expand Down
Loading

0 comments on commit ee4abe6

Please sign in to comment.