Separate input and result data in constraint system test

input file: *.constraints
 result file: *.bounds
This commit is contained in:
Svetlana Isakova
2015-06-27 15:38:56 +03:00
parent 07937a27eb
commit 82acce4767
24 changed files with 134 additions and 57 deletions
@@ -158,7 +158,7 @@ fun main(args: Array<String>) {
}
testClass(javaClass<AbstractConstraintSystemTest>()) {
model("constraintSystem", extension = "bounds")
model("constraintSystem", extension = "constraints")
}
testClass(javaClass<AbstractJetParsingTest>()) {