| commit | 80d64d217501e525dafe12b213f3316161f64605 | [log] [tgz] |
|---|---|---|
| author | Ed Willink <ed@willink.me.uk> | Sun Jul 28 20:46:38 2024 +0100 |
| committer | Ed Willink <ed@willink.me.uk> | Sun Jul 28 20:46:38 2024 +0100 |
| tree | eae6cd1aaf1f6c58c9ec908267fda07570db573d | |
| parent | c0aa363f7fd76d1c845bcc0c5d5b5d4bf71973c9 [diff] |
[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) {