mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Svn tests: locked folders are reported in stout, not in stderr -> correct
This commit is contained in:
@@ -472,7 +472,7 @@ public abstract class SvnTestCase extends AbstractJunitVcsTestCase {
|
||||
runAndVerifyAcrossLocks(workingDir, new String[]{"status"}, new Processor<ProcessOutput>() {
|
||||
@Override
|
||||
public boolean process(ProcessOutput output) {
|
||||
final List<String> lines = output.getStderrLines();
|
||||
final List<String> lines = output.getStdoutLines();
|
||||
for (String line : lines) {
|
||||
if (line.trim().startsWith("L")) {
|
||||
return true; // i.e. continue tries
|
||||
|
||||
Reference in New Issue
Block a user