[jbosstools-commits] JBoss Tools SVN: r30919 - in trunk: seam/tests/org.jboss.tools.seam.ui.test/META-INF and 2 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Apr 28 13:05:59 EDT 2011


Author: vrubezhny
Date: 2011-04-28 13:05:59 -0400 (Thu, 28 Apr 2011)
New Revision: 30919

Modified:
   trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF
   trunk/seam/tests/org.jboss.tools.seam.ui.test/pom.xml
   trunk/tests/plugins/org.jboss.tools.tests/META-INF/MANIFEST.MF
   trunk/tests/plugins/org.jboss.tools.tests/pom.xml
Log:
JBIDE-8805
Seam Component Search Dialog test cases fail

Issue is fixed

Modified: trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF	2011-04-28 16:56:02 UTC (rev 30918)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF	2011-04-28 17:05:59 UTC (rev 30919)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.jboss.tools.seam.ui.test
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.3.0.qualifier
 Bundle-Vendor: %Bundle-Vendor.0
 Require-Bundle: org.junit,
  org.jboss.tools.seam.ui,

Modified: trunk/seam/tests/org.jboss.tools.seam.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.test/pom.xml	2011-04-28 16:56:02 UTC (rev 30918)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.test/pom.xml	2011-04-28 17:05:59 UTC (rev 30919)
@@ -8,7 +8,7 @@
 	</parent>
 	<groupId>org.jboss.tools.seam.tests</groupId>
 	<artifactId>org.jboss.tools.seam.ui.test</artifactId>
-	<version>3.2.0-SNAPSHOT</version>
+	<version>3.3.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
 
 	<properties>

Modified: trunk/tests/plugins/org.jboss.tools.tests/META-INF/MANIFEST.MF
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/META-INF/MANIFEST.MF	2011-04-28 16:56:02 UTC (rev 30918)
+++ trunk/tests/plugins/org.jboss.tools.tests/META-INF/MANIFEST.MF	2011-04-28 17:05:59 UTC (rev 30919)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.jboss.tools.tests;singleton:=true
-Bundle-Version: 3.1.0.qualifier
+Bundle-Version: 3.2.0.qualifier
 Bundle-Vendor: %Bundle-Vendor.0
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,

Modified: trunk/tests/plugins/org.jboss.tools.tests/pom.xml
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/pom.xml	2011-04-28 16:56:02 UTC (rev 30918)
+++ trunk/tests/plugins/org.jboss.tools.tests/pom.xml	2011-04-28 17:05:59 UTC (rev 30919)
@@ -8,6 +8,6 @@
 	</parent>
 	<groupId>org.jboss.tools</groupId>
 	<artifactId>org.jboss.tools.tests</artifactId> 
-	<version>3.1.0-SNAPSHOT</version>
+	<version>3.2.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 </project>
\ No newline at end of file



More information about the jbosstools-commits mailing list