Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leherbauer2009-06-04 09:36:52 +0000
committerAnton Leherbauer2009-06-04 09:36:52 +0000
commitcd018e7c108ede0fa0edd202953730c8dd767327 (patch)
treee72d1c3526d1f82586b9f9b7d6727c3261873cc4 /core/org.eclipse.cdt.ui.tests/plugin.xml
parent1fa3b1dd39eee3dfc7da740d696986515336c475 (diff)
downloadorg.eclipse.cdt-cd018e7c108ede0fa0edd202953730c8dd767327.tar.gz
org.eclipse.cdt-cd018e7c108ede0fa0edd202953730c8dd767327.tar.xz
org.eclipse.cdt-cd018e7c108ede0fa0edd202953730c8dd767327.zip
Test case for bug 278632 by Andrew Eidsness
Diffstat (limited to 'core/org.eclipse.cdt.ui.tests/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.ui.tests/plugin.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui.tests/plugin.xml b/core/org.eclipse.cdt.ui.tests/plugin.xml
index 1072a81b42a..b281c1f38cf 100644
--- a/core/org.eclipse.cdt.ui.tests/plugin.xml
+++ b/core/org.eclipse.cdt.ui.tests/plugin.xml
@@ -220,4 +220,12 @@
</enablement>
</renameParticipant>
</extension>
+
+ <extension point="org.eclipse.core.filesystem.filesystems">
+ <filesystem
+ scheme="bug278632">
+ <run class="org.eclipse.cdt.ui.tests.text.BasicCEditorTest$Bug278632FileSystem"/>
+ </filesystem>
+ </extension>
+
</plugin>

Back to the top