Skip to content

Commit

Permalink
#217 corrected operation mapping test
Browse files Browse the repository at this point in the history
  • Loading branch information
abelhegedus committed Aug 3, 2015
1 parent 8397ab1 commit 14a46bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class OperationMappingTest extends TransformationTest<State, CPPClass> {

val classHeader = files.get(cppObject.headerFile).toString
// check operation signature in declaration
assertTrue(classHeader.contains("TEST::myOp("))
assertTrue(classHeader.contains("myOp("))
assertTrue(classHeader.contains("bool myParam"))
assertTrue(classHeader.contains("::std::set< bool > myParam2"))

Expand Down

0 comments on commit 14a46bc

Please sign in to comment.