Skip to content

Commit

Permalink
GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode
Browse files Browse the repository at this point in the history
* refactor launcher integration tests (rename files, use TemporaryFolder)
* refactor cluster config tests (use TemporaryFolder)
* change several additional tests to use TemporaryFolder
* add better support for TemporaryFolder usage to HeadlessGfsh
* alter HeadlessGfsh tests to use TemporaryFolder
* rescope variables and methods to private where possible
* fixup file formatting
* prevent eating of exceptions
* remove incomplete or useless javadocs
* rename LocatorJUnitTest test methods from TRAC #s to meaningful names
  • Loading branch information
kirklund committed May 5, 2016
1 parent 024cd22 commit 566fce9
Show file tree
Hide file tree
Showing 59 changed files with 2,849 additions and 1,936 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@

/**
* These tests are part of assembly as they require the REST war file to be present.
*
*/
@Category(IntegrationTest.class)
public class LocatorLauncherAssemblyJUnitTest extends AbstractLocatorLauncherJUnitTestCase {
public class LocatorLauncherAssemblyIntegrationTest extends AbstractLocatorLauncherIntegrationTestCase {

@Before
public final void setUpLocatorLauncherLocalTest() throws Exception {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,6 @@ public Resource getResource(){
return Resource.NULL;
}

/**
*
* @return
*/
public String getRegionName(){
return "NULL";
}
Expand Down
Loading

0 comments on commit 566fce9

Please sign in to comment.