Enable testCreate_1FW87XF also on Linux

Tested on Ubuntu and also works fine.


Change-Id: I737efbbaa3c6d99350a5444c0fc1d71b62787aa2
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.resources/+/186824
Tested-by: Mickael Istria <mistria@redhat.com>
Reviewed-by: Mickael Istria <mistria@redhat.com>
diff --git a/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IResourceTest.java b/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IResourceTest.java
index 69af02e..db6d244 100644
--- a/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IResourceTest.java
+++ b/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IResourceTest.java
@@ -282,13 +282,6 @@
 	 * 1FW87XF: ITPUI:WIN2000 - Can create 2 files with same name
 	 */
 	public void testCreate_1FW87XF() {
-		// FIXME: remove when fix this PR
-		String os = Platform.getOS();
-		if (!os.equals(Platform.OS_LINUX)) {
-			debug("Skipping testCreate_1FW87XF because it is still not supported by the platform.");
-			return;
-		}
-
 		// test if the file system is case sensitive
 		boolean caseSensitive = new java.io.File("abc").compareTo(new java.io.File("ABC")) != 0;