Fixed the tests
diff --git a/tests/org.eclipse.wst.common.tests/plugin.xml b/tests/org.eclipse.wst.common.tests/plugin.xml
index 0b95aa9..4fb6fe8 100644
--- a/tests/org.eclipse.wst.common.tests/plugin.xml
+++ b/tests/org.eclipse.wst.common.tests/plugin.xml
@@ -74,5 +74,13 @@
id="org.eclipse.wst.common.frameworks.datamodel.tests.ITestDataModel"/>
-->
</extension>
-
+
+ <extension
+ point="org.eclipse.wst.common.tests.collector.suites">
+ <suite
+ class=" org.eclipse.wst.common.frameworks.tests.bvt.AutomatedBVT"
+ name="Common Framework BVT Tests"/>
+ </extension>
+
+
</plugin>