[jbosstools-commits] JBoss Tools SVN: r30918 - trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Apr 28 12:56:03 EDT 2011
Author: vrubezhny
Date: 2011-04-28 12:56:02 -0400 (Thu, 28 Apr 2011)
New Revision: 30918
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/SeamUiAllTests.java
Log:
JBIDE-8805
Seam Component Search Dialog test cases fail
Issue is fixed
Modified: trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/SeamUiAllTests.java
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/SeamUiAllTests.java 2011-04-28 16:40:30 UTC (rev 30917)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/SeamUiAllTests.java 2011-04-28 16:56:02 UTC (rev 30918)
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007 Red Hat, Inc.
+ * Copyright (c) 2011 Red Hat, Inc.
* Distributed under license by Red Hat, Inc. All rights reserved.
* This program is made available under the terms of the
* Eclipse Public License v1.0 which accompanies this distribution,
@@ -90,6 +90,7 @@
JobUtils.waitForIdle();
}
} );
+
return suite;
}
}
\ No newline at end of file
More information about the jbosstools-commits
mailing list