Skip to content

Commit 0c793b4

Browse files
author
David Baum
committed
fix masterroottest
1 parent 6d60bf2 commit 0c793b4

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package org.svis.generator.tests.rd.famix
22

3-
import org.svis.generator.famix.FAMIXSettings
43
import static org.junit.Assert.*
54
import org.junit.Test
65
import org.junit.BeforeClass
@@ -16,7 +15,6 @@ import static com.jayway.jsonpath.matchers.JsonPathMatchers.hasJsonPath
1615
import static org.hamcrest.Matchers.*
1716
import static org.junit.Assert.assertThat
1817
import org.svis.generator.tests.helper.JSONUtil
19-
import org.junit.AfterClass
2018
import org.svis.generator.SettingsConfiguration
2119

2220
class MasterRootTest {
@@ -28,8 +26,6 @@ class MasterRootTest {
2826

2927
@BeforeClass
3028
def static void launch() {
31-
//FAMIXSettings::MASTER_ROOT = true
32-
//FAMIXSettings::MERGE_PACKAGES = true
3329
SettingsConfiguration.getInstance("../org.svis.generator.tests/testdata/nested_package_test/input/MasterRootTest.properties")
3430
XMLUnit::ignoreWhitespace = true
3531
XMLUnit::ignoreComments = true
@@ -131,10 +127,4 @@ class MasterRootTest {
131127

132128
assertEquals(FileUtils.checksumCRC32(file1), FileUtils.checksumCRC32(file2))
133129
}
134-
135-
@AfterClass
136-
def static void end() {
137-
FAMIXSettings::MASTER_ROOT = false
138-
FAMIXSettings::MERGE_PACKAGES = false
139-
}
140130
}

0 commit comments

Comments
 (0)