[unrelated] Diagnose corrupted workspace
diff --git a/org.eclipse.modisco.java.discoverer.tests/src/org/eclipse/modisco/java/discoverer/tests/utils/AbstractDiscoverTest.java b/org.eclipse.modisco.java.discoverer.tests/src/org/eclipse/modisco/java/discoverer/tests/utils/AbstractDiscoverTest.java
index cca3259..2ca7a6b 100644
--- a/org.eclipse.modisco.java.discoverer.tests/src/org/eclipse/modisco/java/discoverer/tests/utils/AbstractDiscoverTest.java
+++ b/org.eclipse.modisco.java.discoverer.tests/src/org/eclipse/modisco/java/discoverer/tests/utils/AbstractDiscoverTest.java
@@ -109,6 +109,7 @@
 	private void deepCopy(final String path, final IProject project,

 			final String destinationPath) throws CoreException, IOException {

 		// System.out.println("Deep copy: " + path + " -> " + destinationPath);

+		assert !destinationPath.endsWith("/bin/") : "test workspace got compiled";

 		Bundle bundle = Activator.getDefault().getBundle();

 		Enumeration<?> e = bundle.getEntryPaths(path);

 		if (e == null) {