Author: vpakan(a)redhat.com
Date: 2011-02-15 09:14:35 -0500 (Tue, 15 Feb 2011)
New Revision: 29156
Added:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/editor/BlockCommentTestUntoggle.xml
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/editor/CommentTestUntoggle.xml
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/preferences/HideBorderForUnknownTag.xml
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/preferences/ShowBorderForUnknownTag.xml
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/preferences/ShowNonVisualTags.xml
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/BlockCommentTest.java
Log:
Fixes for JBDS 4.0.0.CR4
Added:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/editor/BlockCommentTestUntoggle.xml
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/editor/BlockCommentTestUntoggle.xml
(rev 0)
+++
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/editor/BlockCommentTestUntoggle.xml 2011-02-15
14:14:35 UTC (rev 29156)
@@ -0,0 +1,41 @@
+<BODY id="__content__area__" >
+<DIV style="-moz-user-modify: read-write;" >
+<DIV style="display: none; -moz-user-modify: read-only;"
title="head" >
+</DIV>
+<DIV title="body" >
+<TABLE style="border: 1px dotted rgb(255, 102, 0); padding: 5px; width:
100%;" title="f:view" >
+<TR title="f:view" >
+<TD title="f:view" >
+<DIV title="f:view" >
+<H1 style="-moz-user-modify: read-write;" title="h1" >
+<SPAN class="vpe-text" title="h:outputText value:
#{Message.header}" >
+Hello Demo Application
+</SPAN>
+</H1>
+<UL style="color: red; -moz-user-modify: read-only;" title="h:messages
style: color: red" >
+<LI title="h:messages style: color: red" >
+Error Messages
+</LI>
+</UL>
+<FORM style="border: 1px dotted rgb(255, 102, 0); padding: 5px;"
title="h:form id: greetingForm" >
+<SPAN class="vpe-text" title="h:outputText value:
#{Message.prompt_message}" >
+Name:
+</SPAN>
+<SPAN class="vpe-text" title="h:inputText value: #{user.name} required:
true" >
+<SPAN class="vpe-text" title="h:inputText value: #{user.name} required:
true" >
+</SPAN>
+<INPUT value="#{user.name}" title="h:inputText value: #{user.name}
required: true" >
+</INPUT>
+</SPAN>
+<INPUT type="button" title="h:commandButton action: hello value: Say
Hello!" value="Say Hello!" style="-moz-user-modify: read-only;"
>
+</INPUT>
+</FORM>
+</DIV>
+</TD>
+</TR>
+</TABLE>
+</DIV>
+</DIV>
+<IMG vpetemporarydndelement="true" id="dragIcon"
src="file:////opt/jbdevstudio4.0.0.M2/studio/eclipse/plugins/org.jboss.tools.vpe_3.2.0.v201008232021N-H413-M2/ve/dragIcon.gif"
style="position: absolute; cursor: move; left: 260px ! important; top: 119px !
important;" >
+</IMG>
+</BODY>
\ No newline at end of file
Property changes on:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/editor/BlockCommentTestUntoggle.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/editor/CommentTestUntoggle.xml
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/editor/CommentTestUntoggle.xml 2011-02-15
11:33:10 UTC (rev 29155)
+++
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/editor/CommentTestUntoggle.xml 2011-02-15
14:14:35 UTC (rev 29156)
@@ -27,7 +27,7 @@
<INPUT value="#{user.name}" title="h:inputText value: #{user.name}
required: true" >
</INPUT>
</SPAN>
-<INPUT type="button" title="h:commandButton action: hello value: Say
Hello!" value="Say Hello!" style="-moz-user-modify: read-only;"
>
+<INPUT type="button" title="h:commandButton action: hello value: Say
Hello!" value="Say Hello!" style="border: 2px solid rgb(0, 0, 255) !
important; -moz-user-modify: read-only;" oldstyle="-moz-user-modify:
read-only;" >
</INPUT>
</FORM>
</DIV>
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/preferences/HideBorderForUnknownTag.xml
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/preferences/HideBorderForUnknownTag.xml 2011-02-15
11:33:10 UTC (rev 29155)
+++
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/preferences/HideBorderForUnknownTag.xml 2011-02-15
14:14:35 UTC (rev 29156)
@@ -7,7 +7,7 @@
<TR title="f:view" >
<TD title="f:view" >
<DIV title="f:view" >
-<H1 style="-moz-user-modify: read-write;" title="h1" >
+<H1 style="border: 2px solid rgb(0, 0, 255) ! important; -moz-user-modify:
read-write;" title="h1" oldstyle="-moz-user-modify: read-write;"
>
<SPAN class="vpe-text" title="h:outputText value:
#{Message.header}" >
Hello Demo Application
</SPAN>
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/preferences/ShowBorderForUnknownTag.xml
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/preferences/ShowBorderForUnknownTag.xml 2011-02-15
11:33:10 UTC (rev 29155)
+++
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/preferences/ShowBorderForUnknownTag.xml 2011-02-15
14:14:35 UTC (rev 29156)
@@ -7,7 +7,7 @@
<TR title="f:view" >
<TD title="f:view" >
<DIV title="f:view" >
-<H1 style="-moz-user-modify: read-write;" title="h1" >
+<H1 style="border: 2px solid rgb(0, 0, 255) ! important; -moz-user-modify:
read-write;" title="h1" oldstyle="-moz-user-modify: read-write;"
>
<SPAN class="vpe-text" title="h:outputText value:
#{Message.header}" >
Hello Demo Application
</SPAN>
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/preferences/ShowNonVisualTags.xml
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/preferences/ShowNonVisualTags.xml 2011-02-15
11:33:10 UTC (rev 29155)
+++
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/resources/preferences/ShowNonVisualTags.xml 2011-02-15
14:14:35 UTC (rev 29156)
@@ -1,6 +1,6 @@
<BODY id="__content__area__" >
<SPAN >
-<SPAN style="border: 1px dashed GREY; color: GREY; font-size: 12px;" >
+<SPAN style="border: 2px solid rgb(0, 0, 255) ! important; color: GREY;
font-size: 12px;" oldstyle="border: 1px dashed GREY; color: GREY; font-size:
12px;" >
jsp:directive.taglib
</SPAN>
<BR vpe:pseudo-element="yes" style="font-style: italic; color: green;
-moz-user-modify: read-only;" >
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/BlockCommentTest.java
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/BlockCommentTest.java 2011-02-15
11:33:10 UTC (rev 29155)
+++
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/BlockCommentTest.java 2011-02-15
14:14:35 UTC (rev 29156)
@@ -50,7 +50,7 @@
getEditor().navigateTo(18,22);
bot.menu("Source").menu("Remove Block Comment").click();
//$NON-NLS-1$//$NON-NLS-2$
- checkVPE("CommentTestUntoggle.xml"); //$NON-NLS-1$
+ checkVPE("BlockCommentTestUntoggle.xml"); //$NON-NLS-1$
//Test add block comment lines with CTRL+SHIFT+/ hot keys
@@ -62,7 +62,7 @@
getEditor().navigateTo(18,22);
bot.menu("Source").menu("Remove Block Comment").click();
//$NON-NLS-1$ //$NON-NLS-2$
- checkVPE("CommentTestUntoggle.xml"); //$NON-NLS-1$
+ checkVPE("BlockCommentTestUntoggle.xml"); //$NON-NLS-1$
}
Show replies by date