mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 03:55:22 +02:00
Bug 305984 - testSubSystemConfigurationProxy fails in 3.2m6 when comparing vendor strings
This commit is contained in:
parent
b6c9b449eb
commit
b2a06dd511
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class SubSystemConfigurationProxyTestCase extends RSECoreTestCase {
|
|||
|
||||
if ("org.eclipse.rse.tests.subsystems.TestSubSystem3".equals(proxy.getId())) { //$NON-NLS-1$
|
||||
assertEquals("Unexpected return value for proxy.getDescription()!", "Test Subsystem 3", proxy.getDescription()); //$NON-NLS-1$ //$NON-NLS-2$
|
||||
assertEquals("Unexpected return value for proxy.getVendor()!", "Eclipse.org", proxy.getVendor()); //$NON-NLS-1$ //$NON-NLS-2$
|
||||
assertEquals("Unexpected return value for proxy.getVendor()!", "Eclipse.org - DSDP", proxy.getVendor()); //$NON-NLS-1$ //$NON-NLS-2$
|
||||
assertEquals("Unexpected return value for proxy.getName()!", "Tests3", proxy.getName()); //$NON-NLS-1$ //$NON-NLS-2$
|
||||
assertEquals("Unexpected return value for proxy.getDeclaredSystemTypeIds()!", "org.eclipse.rse.systemtype.*n?x", proxy.getDeclaredSystemTypeIds()); //$NON-NLS-1$ //$NON-NLS-2$
|
||||
assertFalse("Unexpected return value true for proxy.supportsAllSystemTypes()!", proxy.supportsAllSystemTypes()); //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue