[jbosstools-commits] JBoss Tools SVN: r23260 - trunk/seam/tests/org.jboss.tools.seamfp.ui.test/src/org/jboss/tools/seam/ui/test/wizard.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Tue Jul 6 17:23:26 EDT 2010
Author: dgolovin
Date: 2010-07-06 17:23:26 -0400 (Tue, 06 Jul 2010)
New Revision: 23260
Added:
trunk/seam/tests/org.jboss.tools.seamfp.ui.test/src/org/jboss/tools/seam/ui/test/wizard/Seam20XOperationsTestSuiteFP.java
Log:
error fix for seamfp test errors --This line, and those below, will be ignored--
A Seam20XOperationsTestSuiteFP.java
Added: trunk/seam/tests/org.jboss.tools.seamfp.ui.test/src/org/jboss/tools/seam/ui/test/wizard/Seam20XOperationsTestSuiteFP.java
===================================================================
--- trunk/seam/tests/org.jboss.tools.seamfp.ui.test/src/org/jboss/tools/seam/ui/test/wizard/Seam20XOperationsTestSuiteFP.java (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seamfp.ui.test/src/org/jboss/tools/seam/ui/test/wizard/Seam20XOperationsTestSuiteFP.java 2010-07-06 21:23:26 UTC (rev 23260)
@@ -0,0 +1,20 @@
+/*******************************************************************************
+ * Copyright (c) 2007 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,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+package org.jboss.tools.seam.ui.test.wizard;
+
+/**
+ * @author eskimo
+ *
+ */
+public class Seam20XOperationsTestSuiteFP extends
+ Seam20XOperationsTestSuite201GA {
+
+}
More information about the jbosstools-commits
mailing list