Skip to content

Commit c508567

Browse files
author
David Baum
committed
fix prawn original test
1 parent 0c793b4 commit c508567

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

generator/org.svis.generator.tests/src/org/svis/generator/tests/rd/famix/Prawn_OriginalTest.xtend

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import java.io.FileNotFoundException
99
import org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher
1010
import org.apache.commons.io.FileUtils
1111
import org.svis.generator.tests.helper.JSONUtil
12+
import org.svis.generator.SettingsConfiguration
1213

1314
class Prawn_OriginalTest {
1415

@@ -20,6 +21,7 @@ class Prawn_OriginalTest {
2021
def static void launch() {
2122
XMLUnit::ignoreWhitespace = true
2223
XMLUnit::ignoreComments = true
24+
SettingsConfiguration.getInstance("../org.svis.generator.tests/testdata/prawn/input/PrawnOriginalTest.properties")
2325
new Mwe2Launcher().run(#["../org.svis.generator.run/src/org/svis/generator/run/rd/Famix2RD.mwe2", "-p", "inputPath=testdata/prawn/input/famix", "outputPath=" + path])
2426
json = JSONUtil::read("./testdata/prawn/output/rd/famix/original/metaData.json")
2527
}

generator/org.svis.generator.tests/testdata/prawn/input/PrawnOriginalTest.properties

Whitespace-only changes.

0 commit comments

Comments
 (0)