mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 22:55:26 +02:00
fix for bug 333874
This commit is contained in:
parent
3bd1720bb1
commit
71303a646b
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ public class FileServiceBaseTest extends RSEBaseConnectionTestCase {
|
|||
{
|
||||
return true;
|
||||
}
|
||||
String msg = "difference: c is " + c + " but d is " + d;
|
||||
String msg = "difference: c is: " + c + " but d is: " + d + " a is: " + a.toString() + " but b is: " + b.toString();
|
||||
fail(msg);
|
||||
return false;
|
||||
} catch (IOException e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue