You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cr...@apache.org on 2007/03/23 23:07:54 UTC

svn commit: r521917 - in /beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers: PF_TwoControllers/ControllerA.java PF_TwoControllers/ControllerB.java expectedOutput/warningsorerrors.expected

Author: crogers
Date: Fri Mar 23 15:07:52 2007
New Revision: 521917

URL: http://svn.apache.org/viewvc?view=rev&rev=521917
Log:
Added the license header to the new test files checked in with rev 521822.

Tests: NetUI compiler.bvt (WinXP passed)


Modified:
    beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers/PF_TwoControllers/ControllerA.java
    beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers/PF_TwoControllers/ControllerB.java
    beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers/expectedOutput/warningsorerrors.expected

Modified: beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers/PF_TwoControllers/ControllerA.java
URL: http://svn.apache.org/viewvc/beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers/PF_TwoControllers/ControllerA.java?view=diff&rev=521917&r1=521916&r2=521917
==============================================================================
--- beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers/PF_TwoControllers/ControllerA.java (original)
+++ beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers/PF_TwoControllers/ControllerA.java Fri Mar 23 15:07:52 2007
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ * $Header:$
+ */
 package PF_TwoControllers;
 
 import org.apache.beehive.netui.pageflow.Forward;

Modified: beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers/PF_TwoControllers/ControllerB.java
URL: http://svn.apache.org/viewvc/beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers/PF_TwoControllers/ControllerB.java?view=diff&rev=521917&r1=521916&r2=521917
==============================================================================
--- beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers/PF_TwoControllers/ControllerB.java (original)
+++ beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers/PF_TwoControllers/ControllerB.java Fri Mar 23 15:07:52 2007
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ * $Header:$
+ */
 package PF_TwoControllers;
 
 import org.apache.beehive.netui.pageflow.Forward;

Modified: beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers/expectedOutput/warningsorerrors.expected
URL: http://svn.apache.org/viewvc/beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers/expectedOutput/warningsorerrors.expected?view=diff&rev=521917&r1=521916&r2=521917
==============================================================================
--- beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers/expectedOutput/warningsorerrors.expected (original)
+++ beehive/trunk/netui/test/src/compilerTests/testsuite/PF_TwoControllers/expectedOutput/warningsorerrors.expected Fri Mar 23 15:07:52 2007
@@ -1,7 +1,7 @@
-[LOCAL_PATH]\WEB-INF\.tmpbeansrc\PF_TwoControllers\ControllerA.java:11: There is another page flow in this directory (ControllerB.java).  There may only be one PageFlowController per directory.
+[LOCAL_PATH]\WEB-INF\.tmpbeansrc\PF_TwoControllers\ControllerA.java:29: There is another page flow in this directory (ControllerB.java).  There may only be one PageFlowController per directory.
 public class ControllerA extends PageFlowController
        ^
-[LOCAL_PATH]\WEB-INF\.tmpbeansrc\PF_TwoControllers\ControllerB.java:11: There is another page flow in this directory (ControllerA.java).  There may only be one PageFlowController per directory.
+[LOCAL_PATH]\WEB-INF\.tmpbeansrc\PF_TwoControllers\ControllerB.java:29: There is another page flow in this directory (ControllerA.java).  There may only be one PageFlowController per directory.
 public class ControllerB extends PageFlowController
        ^
 2 errors