From portal-commits at lists.jboss.org Sun Mar 2 15:48:12 2008 Content-Type: multipart/mixed; boundary="===============4364699131837464414==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r10169 - modules/portlet/trunk/portlet/src/test/java/org/jboss/portal/unit. Date: Sun, 02 Mar 2008 15:48:12 -0500 Message-ID: --===============4364699131837464414== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: chris.laprun(a)jboss.com Date: 2008-03-02 15:48:11 -0500 (Sun, 02 Mar 2008) New Revision: 10169 Removed: modules/portlet/trunk/portlet/src/test/java/org/jboss/portal/unit/TestCo= ntants.java Log: - Really remove TestContants after its renaming to TestConstants (not sure = why it wasn't done the first time)... Deleted: modules/portlet/trunk/portlet/src/test/java/org/jboss/portal/unit/= TestContants.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/portlet/trunk/portlet/src/test/java/org/jboss/portal/unit/TestC= ontants.java 2008-03-02 19:49:00 UTC (rev 10168) +++ modules/portlet/trunk/portlet/src/test/java/org/jboss/portal/unit/TestC= ontants.java 2008-03-02 20:48:11 UTC (rev 10169) @@ -1,43 +0,0 @@ -/*************************************************************************= ***** - * JBoss, a division of Red Hat = * - * Copyright 2006, Red Hat Middleware, LLC, and individual = * - * contributors as indicated by the @authors tag. See the = * - * copyright.txt 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.portal.unit; - -/** - * Constants for test asserts - * - * @author Boleslaw Daw= idowicz - * @version $Revision: 5510 $ - */ -public final class TestContants -{ - - /** String from PortletContext.getServerInfo(). */ - public static final String SERVER_INVO =3D "JBossPortal/1.0"; - - /** int for PortletContext.getMinorVersion(). */ - public static final int MINOR_VERSION =3D 0; - - /** int for PortletContext.getMajorVersion(). */ - public static final int MAJOR_VERSION =3D 2; - -} --===============4364699131837464414==--