Sure. Noted for future reference. This was a copy-paste from some other file. Geez. now if only I can remember which file it was.
Cheers Prasad On 12/12/06, Jason Dillon <[EMAIL PROTECTED]> wrote:
Please don't add license headers with that extra " * " line at the top. --jason On Dec 12, 2006, at 10:58 AM, [EMAIL PROTECTED] wrote: > Author: prasad > Date: Tue Dec 12 10:58:21 2006 > New Revision: 486277 > > URL: http://svn.apache.org/viewvc?view=rev&rev=486277 > Log: > inserted geronimo in the package name > > Added: > geronimo/server/trunk/testsuite/enterprise-testsuite/test- > ejbcontainer/src/test/java/org/apache/geronimo/ > geronimo/server/trunk/testsuite/enterprise-testsuite/test- > ejbcontainer/src/test/java/org/apache/geronimo/openejb/ > geronimo/server/trunk/testsuite/enterprise-testsuite/test- > ejbcontainer/src/test/java/org/apache/geronimo/openejb/test/ > geronimo/server/trunk/testsuite/enterprise-testsuite/test- > ejbcontainer/src/test/java/org/apache/geronimo/openejb/test/ > ReuseOpenEJBTest.java (with props) > Removed: > geronimo/server/trunk/testsuite/enterprise-testsuite/test- > ejbcontainer/src/test/java/org/apache/openejb/ > > Added: geronimo/server/trunk/testsuite/enterprise-testsuite/test- > ejbcontainer/src/test/java/org/apache/geronimo/openejb/test/ > ReuseOpenEJBTest.java > URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/ > enterprise-testsuite/test-ejbcontainer/src/test/java/org/apache/ > geronimo/openejb/test/ReuseOpenEJBTest.java?view=auto&rev=486277 > ====================================================================== > ======== > --- geronimo/server/trunk/testsuite/enterprise-testsuite/test- > ejbcontainer/src/test/java/org/apache/geronimo/openejb/test/ > ReuseOpenEJBTest.java (added) > +++ geronimo/server/trunk/testsuite/enterprise-testsuite/test- > ejbcontainer/src/test/java/org/apache/geronimo/openejb/test/ > ReuseOpenEJBTest.java Tue Dec 12 10:58:21 2006 > @@ -0,0 +1,38 @@ > +/** > + * > + * Licensed to the Apache Software Foundation (ASF) under one or more > + * contributor license agreements. See the NOTICE file > distributed with > + * this work for additional information regarding copyright > ownership. > + * The ASF licenses this file to You under the Apache License, > Version 2.0 > + * (the "License"); you may not use this file except in compliance > with > + * the License. You may obtain a copy of the License at > + * > + * http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Unless required by applicable law or agreed to in writing, > software > + * distributed under the License is distributed on an "AS IS" BASIS, > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express > or implied. > + * See the License for the specific language governing > permissions and > + * limitations under the License. > + */ > +package org.apache.geronimo.openejb.test; > + > +import junit.framework.TestCase; > +import junit.framework.Test; > + > +/** > + * > + * NOTE: reuse the junit tests in openejb2/itests > + * > + * @see ClientTestSuite > + * @version $Revision$ $Date$ > + */ > +public class ReuseOpenEJBTest extends TestCase { > + > + public static Test suite() { > + System.setProperty("openejb.assembler", > org.apache.openejb.assembler.Assembler.class.getName()); > + System.setProperty("openejb.test.server", > org.apache.openejb.test.RemoteTestServer.class.getName()); > + System.setProperty("openejb.test.database", > org.apache.openejb.test.DerbyTestDatabase.class.getName()); > + return ClientTestSuite.suite(); > + } > +} > > Propchange: geronimo/server/trunk/testsuite/enterprise-testsuite/ > test-ejbcontainer/src/test/java/org/apache/geronimo/openejb/test/ > ReuseOpenEJBTest.java > ---------------------------------------------------------------------- > -------- > svn:eol-style = native > > Propchange: geronimo/server/trunk/testsuite/enterprise-testsuite/ > test-ejbcontainer/src/test/java/org/apache/geronimo/openejb/test/ > ReuseOpenEJBTest.java > ---------------------------------------------------------------------- > -------- > svn:keywords = Date Revision > > Propchange: geronimo/server/trunk/testsuite/enterprise-testsuite/ > test-ejbcontainer/src/test/java/org/apache/geronimo/openejb/test/ > ReuseOpenEJBTest.java > ---------------------------------------------------------------------- > -------- > svn:mime-type = text/plain > >
