File tree Expand file tree Collapse file tree
generator/org.svis.generator.tests/src/org/svis/generator/tests/rd/famix Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package org.svis.generator.tests.rd.famix
22
3- import org.svis.generator.famix.FAMIXSettings
43import static org.junit.Assert.*
54import org.junit.Test
65import org.junit.BeforeClass
@@ -16,7 +15,6 @@ import static com.jayway.jsonpath.matchers.JsonPathMatchers.hasJsonPath
1615import static org.hamcrest.Matchers.*
1716import static org.junit.Assert.assertThat
1817import org.svis.generator.tests.helper.JSONUtil
19- import org.junit.AfterClass
2018import org.svis.generator.SettingsConfiguration
2119
2220class 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}
You can’t perform that action at this time.
0 commit comments