Skip to content

Commit

Permalink
compile fix for longtests
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Mar 27, 2014
1 parent 0b0e758 commit df63964
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
*/
@ContextConfiguration(locations = {"classpath:ctx-longtest-test-main.xml"})
@DirtiesContext(classMode = DirtiesContext.ClassMode.AFTER_CLASS)
public class TestRepositoryPerformance extends AbstractModelIntegrationTest {
public class TestGenericSynchronization extends AbstractModelIntegrationTest {

private static final Trace LOGGER = TraceManager.getTrace(TestRepositoryPerformance.class);
private static final Trace LOGGER = TraceManager.getTrace(TestGenericSynchronization.class);

private static final String SYSTEM_CONFIGURATION_FILENAME = COMMON_DIR_NAME + "/system-configuration.xml";
private static final String SYSTEM_CONFIGURATION_OID = SystemObjectsType.SYSTEM_CONFIGURATION.value();
Expand Down

0 comments on commit df63964

Please sign in to comment.