Return-Path: Delivered-To: apmail-incubator-beehive-commits-archive@www.apache.org Received: (qmail 69029 invoked from network); 1 Apr 2005 22:19:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Apr 2005 22:19:38 -0000 Received: (qmail 53637 invoked by uid 500); 1 Apr 2005 22:19:38 -0000 Delivered-To: apmail-incubator-beehive-commits-archive@incubator.apache.org Received: (qmail 53613 invoked by uid 500); 1 Apr 2005 22:19:38 -0000 Mailing-List: contact beehive-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Dev" Delivered-To: mailing list beehive-commits@incubator.apache.org Received: (qmail 53600 invoked by uid 500); 1 Apr 2005 22:19:38 -0000 Delivered-To: apmail-incubator-beehive-cvs@incubator.apache.org Received: (qmail 53597 invoked by uid 99); 1 Apr 2005 22:19:38 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 01 Apr 2005 14:19:37 -0800 Received: (qmail 69024 invoked by uid 65534); 1 Apr 2005 22:19:36 -0000 Message-ID: <20050401221936.69023.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Fri, 01 Apr 2005 22:19:36 -0000 Subject: svn commit: r159741 - in incubator/beehive/trunk/netui: src/tags-html/org/apache/beehive/netui/tags/html/AnchorBase.java test/webapps/drt/testRecorder/tests/J162.xml To: beehive-cvs@incubator.apache.org From: dolander@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dolander Date: Fri Apr 1 14:19:35 2005 New Revision: 159741 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D159741 Log: Jira 162 -- The legacy TagId were not being generated for linkName enabled anchors. Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/ta= gs/html/AnchorBase.java incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J162.= xml Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/ne= tui/tags/html/AnchorBase.java URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-h= tml/org/apache/beehive/netui/tags/html/AnchorBase.java?view=3Ddiff&r1=3D159= 740&r2=3D159741 =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=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/ta= gs/html/AnchorBase.java (original) +++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/ta= gs/html/AnchorBase.java Fri Apr 1 14:19:35 2005 @@ -559,7 +559,7 @@ // if the tagId was set then rewrite it and output it. if (_state.id !=3D null) { _state.id =3D getIdForTagId(_state.id); - renderDefaultNameAndId((HttpServletRequest) req, _state, _stat= e=2Eid, null); + renderDefaultNameAndId((HttpServletRequest) req, _state, _stat= e=2Eid, _state.id); } =20 // write out the tag. Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests= /J162.xml URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webap= ps/drt/testRecorder/tests/J162.xml?view=3Ddiff&r1=3D159740&r2=3D159741 =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=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J162.= xml (original) +++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J162.= xml Fri Apr 1 14:19:35 2005 @@ -2,7 +2,7 @@ J162 Daryl - 29 Mar 2005, 09:42:18.173 AM MST + 01 Apr 2005, 02:53:08.262 PM MST Daryl @@ -18,7 +18,7 @@ JSESSIONID - BA2FBB0E95DC2FF882CECA0FB3BF9B48 + 03EE55AB827FC69162943322438E4AAA @@ -44,7 +44,7 @@ cookie - $Version=3D0; JSESSIONID=3DBA2FBB0E95DC2FF882= CECA0FB3BF9B48; $Path=3D/coreWeb + $Version=3D0; JSESSIONID=3D03EE55AB827FC69162= 943322438E4AAA; $Path=3D/coreWeb host @@ -56,7 +56,7 @@ testrecorder.playback.testid - 1b325bd5:102ef2c7065:-7ba6 + -15ffc26:102ffbc4ce1:-7bab user-agent @@ -67,33 +67,41 @@ 200 - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4= .01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> - +<html lang=3D"en"> =20 - - - - -

This test will verify that an anchor + <head> + <base href=3D"http://localhost:8080/coreWeb/bugs/j162/index.jsp= "> + </head> + <body> + <p style=3D"color:green">This test will verify that an anchor with just a linkName and tagId attribute will output the lookup JavaScript. -

-
- -

Anchor Fragment Identifier Test

- Bottom -
-

-
- - Top -
- - + </script> =20 -]]>
+</html>
fail @@ -151,7 +169,7 @@ JSESSIONID - BA2FBB0E95DC2FF882CECA0FB3BF9B48 + 03EE55AB827FC69162943322438E4AAA @@ -181,7 +199,7 @@
cookie - $Version=3D0; JSESSIONID=3DBA2FBB0E95DC2FF882= CECA0FB3BF9B48; $Path=3D/coreWeb + $Version=3D0; JSESSIONID=3D03EE55AB827FC69162= 943322438E4AAA; $Path=3D/coreWeb host @@ -193,7 +211,7 @@ testrecorder.playback.testid - 1b325bd5:102ef2c7065:-7ba6 + -15ffc26:102ffbc4ce1:-7bab user-agent @@ -204,33 +222,41 @@ 200 - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4= .01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> - +<html lang=3D"en"> =20 - - - - -

This test will verify that an anchor + <head> + <base href=3D"http://localhost:8080/coreWeb/bugs/j162/index.jsp= "> + </head> + <body> + <p style=3D"color:green">This test will verify that an anchor with just a linkName and tagId attribute will output the lookup JavaScript. -

-
- -

Anchor Fragment Identifier Test

- Bottom -
-

-
- - Top -
- - + </script> =20 -]]>
+</html>
fail
- 29 Mar 2005, 09:42:18.874 AM MST + 01 Apr 2005, 02:53:08.803 PM MST fail 2 0