add junit to the classpath
diff --git a/org.eclipse.rmf.reqif10.search.test/.classpath b/org.eclipse.rmf.reqif10.search.test/.classpath
index 1fa3e68..3daaadd 100644
--- a/org.eclipse.rmf.reqif10.search.test/.classpath
+++ b/org.eclipse.rmf.reqif10.search.test/.classpath
@@ -3,5 +3,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>