1
0
Fork 0
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:
Xuan Chen 2011-02-01 19:14:13 +00:00
parent 3bd1720bb1
commit 71303a646b

View file

@ -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) {