Rename BulkImportTests so that the tests are picked up by the build.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31129 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Steven Glover
2011-10-11 13:04:17 +00:00
parent d17ccc0f3d
commit 18547e0d9a

View File

@@ -45,7 +45,7 @@ import org.springframework.util.ResourceUtils;
/**
* @since 4.0
*/
public class BulkImportTests extends AbstractBulkImportTests
public class BulkImportTest extends AbstractBulkImportTests
{
private StreamingNodeImporterFactory streamingNodeImporterFactory;