Author: tejones
Date: 2009-09-23 10:08:07 -0400 (Wed, 23 Sep 2009)
New Revision: 1463
Removed:
trunk/console/src/test/java/org/teiid/rhq/AllTests.java
Modified:
trunk/console/src/test/java/org/teiid/rhq/StartingEnvironmentConstants.java
trunk/console/src/test/java/org/teiid/rhq/comm/impl/FakeConnection.java
trunk/console/src/test/java/org/teiid/rhq/comm/impl/FakeConnectionFactory.java
trunk/console/src/test/java/org/teiid/rhq/comm/impl/FakeInvalidConnectionFactory.java
trunk/console/src/test/java/org/teiid/rhq/comm/impl/TestConnectionPool.java
Log:
Updated copyright and removed AllTests class
Deleted: trunk/console/src/test/java/org/teiid/rhq/AllTests.java
===================================================================
--- trunk/console/src/test/java/org/teiid/rhq/AllTests.java 2009-09-23 14:00:44 UTC (rev
1462)
+++ trunk/console/src/test/java/org/teiid/rhq/AllTests.java 2009-09-23 14:08:07 UTC (rev
1463)
@@ -1,34 +0,0 @@
-/*
- * Copyright 2000-2008 MetaMatrix, Inc.
- * All rights reserved.
- */
-package org.teiid.rhq;
-
-import org.teiid.rhq.comm.impl.TestConnectionPool;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-
-
-/**
- * @since 1.0
- */
-public class AllTests {
-
- public static void main(String[] args) {
- junit.textui.TestRunner.runAndWait(AllTests.suite());
- }
-
- public static Test suite() {
- TestSuite suite = new TestSuite("Test for com.metamatrix.rhq");
//$NON-NLS-1$
- //$JUnit-BEGIN$
- suite.addTest(TestConnectionPool.suite());
-
- //$JUnit-END$
- return suite;
- }
-
-
-
-}
Modified: trunk/console/src/test/java/org/teiid/rhq/StartingEnvironmentConstants.java
===================================================================
--- trunk/console/src/test/java/org/teiid/rhq/StartingEnvironmentConstants.java 2009-09-23
14:00:44 UTC (rev 1462)
+++ trunk/console/src/test/java/org/teiid/rhq/StartingEnvironmentConstants.java 2009-09-23
14:08:07 UTC (rev 1463)
@@ -1,6 +1,23 @@
/*
- * Copyright 2000-2008 MetaMatrix, Inc.
- * All rights reserved.
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ *
+ * This library 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 library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
*/
package org.teiid.rhq;
Modified: trunk/console/src/test/java/org/teiid/rhq/comm/impl/FakeConnection.java
===================================================================
--- trunk/console/src/test/java/org/teiid/rhq/comm/impl/FakeConnection.java 2009-09-23
14:00:44 UTC (rev 1462)
+++ trunk/console/src/test/java/org/teiid/rhq/comm/impl/FakeConnection.java 2009-09-23
14:08:07 UTC (rev 1463)
@@ -1,6 +1,23 @@
/*
- * Copyright 2000-2008 MetaMatrix, Inc.
- * All rights reserved.
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ *
+ * This library 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 library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
*/
package org.teiid.rhq.comm.impl;
Modified: trunk/console/src/test/java/org/teiid/rhq/comm/impl/FakeConnectionFactory.java
===================================================================
---
trunk/console/src/test/java/org/teiid/rhq/comm/impl/FakeConnectionFactory.java 2009-09-23
14:00:44 UTC (rev 1462)
+++
trunk/console/src/test/java/org/teiid/rhq/comm/impl/FakeConnectionFactory.java 2009-09-23
14:08:07 UTC (rev 1463)
@@ -1,3 +1,24 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ *
+ * This library 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 library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
package org.teiid.rhq.comm.impl;
Modified:
trunk/console/src/test/java/org/teiid/rhq/comm/impl/FakeInvalidConnectionFactory.java
===================================================================
---
trunk/console/src/test/java/org/teiid/rhq/comm/impl/FakeInvalidConnectionFactory.java 2009-09-23
14:00:44 UTC (rev 1462)
+++
trunk/console/src/test/java/org/teiid/rhq/comm/impl/FakeInvalidConnectionFactory.java 2009-09-23
14:08:07 UTC (rev 1463)
@@ -1,3 +1,24 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ *
+ * This library 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 library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
package org.teiid.rhq.comm.impl;
Modified: trunk/console/src/test/java/org/teiid/rhq/comm/impl/TestConnectionPool.java
===================================================================
--- trunk/console/src/test/java/org/teiid/rhq/comm/impl/TestConnectionPool.java 2009-09-23
14:00:44 UTC (rev 1462)
+++ trunk/console/src/test/java/org/teiid/rhq/comm/impl/TestConnectionPool.java 2009-09-23
14:08:07 UTC (rev 1463)
@@ -1,6 +1,23 @@
/*
- * Copyright 2000-2008 MetaMatrix, Inc.
- * All rights reserved.
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ *
+ * This library 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 library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
*/
package org.teiid.rhq.comm.impl;