From jbosstools-commits at lists.jboss.org Tue Dec 30 09:06:50 2008 Content-Type: multipart/mixed; boundary="===============1524305359601432722==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r12843 - in trunk/vpe/tests/org.jboss.tools.vpe.html.test: src/org/jboss/tools/vpe/html/test and 1 other directory. Date: Tue, 30 Dec 2008 09:06:50 -0500 Message-ID: --===============1524305359601432722== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: sdzmitrovich Date: 2008-12-30 09:06:50 -0500 (Tue, 30 Dec 2008) New Revision: 12843 Modified: trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebCont= ent/pages/components/core/title.html trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebCont= ent/pages/components/core/title.html.xml trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/ht= ml/test/HtmlComponentContentTest.java Log: was corrected test Modified: trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/= WebContent/pages/components/core/title.html =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 --- trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebCon= tent/pages/components/core/title.html 2008-12-30 13:38:38 UTC (rev 12842) +++ trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebCon= tent/pages/components/core/title.html 2008-12-30 14:06:50 UTC (rev 12843) @@ -1,7 +1,7 @@ = -title +some title = = Modified: trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/= WebContent/pages/components/core/title.html.xml =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 --- trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebCon= tent/pages/components/core/title.html.xml 2008-12-30 13:38:38 UTC (rev 1284= 2) +++ trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebCon= tent/pages/components/core/title.html.xml 2008-12-30 14:06:50 UTC (rev 1284= 3) @@ -1,7 +1,7 @@ -

- title +

+ some title

\ No newline at end of file Modified: trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools= /vpe/html/test/HtmlComponentContentTest.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 --- trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/h= tml/test/HtmlComponentContentTest.java 2008-12-30 13:38:38 UTC (rev 12842) +++ trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/h= tml/test/HtmlComponentContentTest.java 2008-12-30 14:06:50 UTC (rev 12843) @@ -139,7 +139,7 @@ } = public void testTitle() throws Throwable { - performInvisibleTagTest("components/core/title.html", "title"); //$NON-N= LS-1$ //$NON-NLS-2$ + performContentTest("components/core/title.html"); //$NON-NLS-1$ } = /* --===============1524305359601432722==--