290758 rename misnamed cfx tests to cxf tests
diff --git a/tests/org.eclipse.jst.ws.cxf.tests/.project b/tests/org.eclipse.jst.ws.cxf.tests/.project
index 20439ae..bf045b5 100644
--- a/tests/org.eclipse.jst.ws.cxf.tests/.project
+++ b/tests/org.eclipse.jst.ws.cxf.tests/.project
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>org.eclipse.jst.ws.cfx.tests</name>
+	<name>org.eclipse.jst.ws.cxf.tests</name>
 	<comment></comment>
 	<projects>
 	</projects>
diff --git a/tests/org.eclipse.jst.ws.cxf.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.jst.ws.cxf.tests/META-INF/MANIFEST.MF
index b71224b..486114a 100644
--- a/tests/org.eclipse.jst.ws.cxf.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.jst.ws.cxf.tests/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
-Bundle-SymbolicName: org.eclipse.jst.ws.cfx.tests
+Bundle-SymbolicName: org.eclipse.jst.ws.cxf.tests
 Bundle-Version: 0.4.0.qualifier
 Bundle-Vendor: %Bundle-Vendor.0
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
@@ -11,4 +11,4 @@
  org.eclipse.jst.ws.jaxb.core.tests;bundle-version="[0.1.0,0.2.0)",
  org.eclipse.jst.ws.jaxws.dom.runtime.tests;bundle-version="[1.0.0,1.1.0)",
  org.eclipse.jst.ws.jaxws.dom.integration.tests;bundle-version="[1.0.0,1.1.0)"
-Export-Package: org.eclipse.jst.ws.cfx.tests
+Export-Package: org.eclipse.jst.ws.cxf.tests
diff --git a/tests/org.eclipse.jst.ws.cxf.tests/plugin.properties b/tests/org.eclipse.jst.ws.cxf.tests/plugin.properties
index 6b624c2..4904242 100644
--- a/tests/org.eclipse.jst.ws.cxf.tests/plugin.properties
+++ b/tests/org.eclipse.jst.ws.cxf.tests/plugin.properties
@@ -8,6 +8,6 @@
 # Contributors:
 #     IBM Corporation - initial API and implementation
 ###############################################################################
-#Properties file for org.eclipse.jst.ws.cfx.tests
+#Properties file for org.eclipse.jst.ws.cxf.tests
 Bundle-Name.0 = Tests Plug-in
 Bundle-Vendor.0 = Eclipse Web Tools Platform
\ No newline at end of file
diff --git a/tests/org.eclipse.jst.ws.cxf.tests/src/org/eclipse/jst/ws/cfx/tests/AllTestsSuite.java b/tests/org.eclipse.jst.ws.cxf.tests/src/org/eclipse/jst/ws/cxf/tests/AllTestsSuite.java
similarity index 97%
rename from tests/org.eclipse.jst.ws.cxf.tests/src/org/eclipse/jst/ws/cfx/tests/AllTestsSuite.java
rename to tests/org.eclipse.jst.ws.cxf.tests/src/org/eclipse/jst/ws/cxf/tests/AllTestsSuite.java
index 737814a..875ad7a 100644
--- a/tests/org.eclipse.jst.ws.cxf.tests/src/org/eclipse/jst/ws/cfx/tests/AllTestsSuite.java
+++ b/tests/org.eclipse.jst.ws.cxf.tests/src/org/eclipse/jst/ws/cxf/tests/AllTestsSuite.java
@@ -8,7 +8,7 @@
  * Contributors:
  *     IBM Corporation - initial API and implementation
  *******************************************************************************/
-package org.eclipse.jst.ws.cfx.tests;
+package org.eclipse.jst.ws.cxf.tests;
 
 import junit.framework.TestSuite;
 
diff --git a/tests/org.eclipse.jst.ws.cxf.tests/src/org/eclipse/jst/ws/cfx/tests/EasyTest.java b/tests/org.eclipse.jst.ws.cxf.tests/src/org/eclipse/jst/ws/cxf/tests/EasyTest.java
similarity index 85%
rename from tests/org.eclipse.jst.ws.cxf.tests/src/org/eclipse/jst/ws/cfx/tests/EasyTest.java
rename to tests/org.eclipse.jst.ws.cxf.tests/src/org/eclipse/jst/ws/cxf/tests/EasyTest.java
index 9e4c702..812e704 100644
--- a/tests/org.eclipse.jst.ws.cxf.tests/src/org/eclipse/jst/ws/cfx/tests/EasyTest.java
+++ b/tests/org.eclipse.jst.ws.cxf.tests/src/org/eclipse/jst/ws/cxf/tests/EasyTest.java
@@ -1,4 +1,4 @@
-package org.eclipse.jst.ws.cfx.tests;
+package org.eclipse.jst.ws.cxf.tests;
 
 import junit.framework.TestCase;
 
diff --git a/tests/org.eclipse.jst.ws.cxf.tests/test.xml b/tests/org.eclipse.jst.ws.cxf.tests/test.xml
index 3ebc5ac..58bafe4 100644
--- a/tests/org.eclipse.jst.ws.cxf.tests/test.xml
+++ b/tests/org.eclipse.jst.ws.cxf.tests/test.xml
@@ -26,10 +26,10 @@
 	
     <property
         name="plugin-name"
-        value="org.eclipse.jst.ws.cfx.tests"/>
+        value="org.eclipse.jst.ws.cxf.tests"/>
     <property
         name="classname"
-        value="org.eclipse.jst.ws.cfx.tests.AllTestsSuite"/>
+        value="org.eclipse.jst.ws.cxf.tests.AllTestsSuite"/>
     <property
         name="testType"
         value="ui-test"/>