Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2017-03-03 08:57:04 +0000
committerSarika Sinha2017-03-03 08:57:04 +0000
commitfd0dda7c8cf10980c2b9e0f2e83d640d8455f7b9 (patch)
treeb29fe72887cb7aee62e6eb951d5ebde7e70da44e /org.eclipse.debug.tests
parenta01efbceb2a8b9d62410cd7a6e2542417a64c815 (diff)
downloadeclipse.platform.debug-fd0dda7c8cf10980c2b9e0f2e83d640d8455f7b9.tar.gz
eclipse.platform.debug-fd0dda7c8cf10980c2b9e0f2e83d640d8455f7b9.tar.xz
eclipse.platform.debug-fd0dda7c8cf10980c2b9e0f2e83d640d8455f7b9.zip
Revert "Bug 507664 - IOConsoleOutputStream does not handle multi-byte characters at buffer boundaries correctly"I20170303-2000
Diffstat (limited to 'org.eclipse.debug.tests')
-rw-r--r--org.eclipse.debug.tests/src/org/eclipse/debug/tests/console/ConsoleTests.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/org.eclipse.debug.tests/src/org/eclipse/debug/tests/console/ConsoleTests.java b/org.eclipse.debug.tests/src/org/eclipse/debug/tests/console/ConsoleTests.java
index f53a2a36c..3939c4d3a 100644
--- a/org.eclipse.debug.tests/src/org/eclipse/debug/tests/console/ConsoleTests.java
+++ b/org.eclipse.debug.tests/src/org/eclipse/debug/tests/console/ConsoleTests.java
@@ -55,9 +55,6 @@ public class ConsoleTests extends TestCase {
TestHelper.waitForJobs();
TestCase.assertEquals("whole test string should be written", testString, document.get()); //$NON-NLS-1$
}
- // after closing the stream, the document content should still be the
- // same
- TestCase.assertEquals("closing the stream should not alter the document", testString, document.get()); //$NON-NLS-1$
}
}

Back to the top