Skip to content
Snippets Groups Projects
Commit 37801cec authored by tpylak's avatar tpylak
Browse files

remove commented code

SVN: 1994
parent 5c798a61
No related branches found
No related tags found
No related merge requests found
......@@ -278,19 +278,6 @@ public class MainTest
void prepareState(ExternalDirs dirs, LocalBufferDirs bufferDirs) throws Exception;
}
// private static void performGenericTest(IFSPreparator preparator) throws Exception
// {
// ExternalDirs dirs = new ExternalDirs(workingDirectory);
// Parameters parameters = createDefaultParametersWithExtraCopy(dirs);
// LocalBufferDirs bufferDirs = createBufferDirs(parameters);
//
// preparator.prepareState(dirs, bufferDirs);
//
// runDataMover(parameters, bufferDirs);
//
// assertSampleStructMovedWithCopy(dirs, bufferDirs);
// }
private static void performGenericTest(IFSPreparator preparator, long millisToWaitForPrep) throws Exception
{
ExternalDirs dirs = new ExternalDirs(workingDirectory);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment