Change executeOnPooledTread method for running tests.

This commit is contained in:
Nadya.Zabrodina
2013-01-30 14:31:22 +04:00
parent db8a6b1558
commit ebe21b588b
@@ -80,7 +80,7 @@ public abstract class DvcsTestPlatformFacade implements DvcsPlatformFacade {
@Override
public void executeOnPooledThread(@NotNull Runnable runnable) {
runnable.run();
new Thread(runnable).start();
}
@Override