Simple integration test for spring config

This commit is contained in:
dsyer
2008-06-24 14:48:39 +00:00
parent 7f1d7d2e95
commit 4bb67c50aa

View File

@@ -18,8 +18,6 @@ package example;
import org.springframework.batch.core.launch.JobLauncher;
import org.springframework.test.AbstractDependencyInjectionSpringContextTests;
import junit.framework.TestCase;
/**
* @author Dave Syer
*