[jboss-cvs] JBossAS SVN: r65759 - branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 2 09:37:56 EDT 2007


Author: wolfc
Date: 2007-10-02 09:37:55 -0400 (Tue, 02 Oct 2007)
New Revision: 65759

Added:
   branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/JBossWithKnownIssuesTestCase.java
Log:
Fixed for WS 2.0 and exposing known issues

Added: branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/JBossWithKnownIssuesTestCase.java
===================================================================
--- branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/JBossWithKnownIssuesTestCase.java	                        (rev 0)
+++ branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/JBossWithKnownIssuesTestCase.java	2007-10-02 13:37:55 UTC (rev 65759)
@@ -0,0 +1,44 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+  *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.ejb3.test;
+
+import org.jboss.test.JBossTestCase;
+
+/**
+ * @author <a href="mailto:carlo.dewolf at jboss.com">Carlo de Wolf</a>
+ * @version $Revision: $
+ */
+public abstract class JBossWithKnownIssuesTestCase extends JBossTestCase
+{
+   /**
+    * @param name
+    */
+   public JBossWithKnownIssuesTestCase(String name)
+   {
+      super(name);
+   }
+   
+   public static void showKnownIssue(String msg)
+   {
+      fail(msg);
+   }
+}


Property changes on: branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/JBossWithKnownIssuesTestCase.java
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native




More information about the jboss-cvs-commits mailing list