Skip to content

Commit

Permalink
run my extension validator using @afterclass. I am hoping it is not a…
Browse files Browse the repository at this point in the history
…s disruptive to the multidatabasetest.
  • Loading branch information
chenson42 committed Jun 13, 2008
1 parent 536a8ad commit 3791c32
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -38,6 +38,7 @@
import org.jumpmind.symmetric.model.Node;
import org.jumpmind.symmetric.transport.internal.InternalIncomingTransport;
import org.testng.Assert;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;

Expand Down Expand Up @@ -444,7 +445,7 @@ protected IncomingBatch.Status findIncomingBatchStatus(int batchId, String nodeI
return status;
}

@Test(groups="continuous",dependsOnMethods="testMultipleBatch")
@AfterClass(groups="continuous")
public void testAutoRegisteredExtensionPoint() {
TestDataLoaderFilter registeredFilter = (TestDataLoaderFilter)getBeanFactory().getBean("registeredDataFilter");
TestDataLoaderFilter unRegisteredFilter = (TestDataLoaderFilter)getBeanFactory().getBean("unRegisteredDataFilter");
Expand Down

0 comments on commit 3791c32

Please sign in to comment.