Author: dmaliarevich
Date: 2011-12-16 09:46:49 -0500 (Fri, 16 Dec 2011)
New Revision: 37396
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.base.test/src/org/jboss/tools/vpe/base/test/TestDomUtil.java
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/jbide9975(
1 )/CSSImportConstruction.html
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/jbide9975(
1 )/CSSImportConstruction.html.xml
Log:
https://issues.jboss.org/browse/JBIDE-5861 - JUnit was updated.
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.base.test/src/org/jboss/tools/vpe/base/test/TestDomUtil.java
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.base.test/src/org/jboss/tools/vpe/base/test/TestDomUtil.java 2011-12-16
14:06:22 UTC (rev 37395)
+++
trunk/vpe/tests/org.jboss.tools.vpe.base.test/src/org/jboss/tools/vpe/base/test/TestDomUtil.java 2011-12-16
14:46:49 UTC (rev 37396)
@@ -194,9 +194,9 @@
String xmlName = null;
String xmlValue = null;
while (m.find()) {
- vpeValue = computedStyle.getPropertyValue(m.group(1));
xmlName = m.group(1);
xmlValue = m.group(2);
+ vpeValue = computedStyle.getPropertyValue(xmlName);
if (vpeValue == null) {
throw new DOMComparisonException("CSS property [" //$NON-NLS-1$
+ xmlName + "] is missing in VPE visual node", modelNode); //$NON-NLS-1$
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/jbide9975(
1 )/CSSImportConstruction.html
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/jbide9975(
1 )/CSSImportConstruction.html 2011-12-16 14:06:22 UTC (rev 37395)
+++
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/jbide9975(
1 )/CSSImportConstruction.html 2011-12-16 14:46:49 UTC (rev 37396)
@@ -26,13 +26,13 @@
<body>
<table>
<tr>
- <td>1</td><td>2</td><td>3</td>
+ <td
id="id1">1</td><td>2</td><td>3</td>
</tr>
</table>
-<div class="label" id="id1">
+<div class="label" id="id2">
TEXT 111
</div>
-<div class="label2">
+<div class="label2" id="id3">
TEXT 222
</div>
</body>
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/jbide9975(
1 )/CSSImportConstruction.html.xml
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/jbide9975(
1 )/CSSImportConstruction.html.xml 2011-12-16 14:06:22 UTC (rev 37395)
+++
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/jbide9975(
1 )/CSSImportConstruction.html.xml 2011-12-16 14:46:49 UTC (rev 37396)
@@ -1,24 +1,23 @@
<tests>
<test id="id1">
- <DIV>
+ <TD>
background-attachment: scroll;
- background-color: rgb(255, 0, 0);
- background-image:
- url("file:///D:/Projects/jbds/jsf/WebContent/css(2)/print_share_sprite.png");
+ background-color: transparent;
+ background-image: none;
background-position: 0% 0%;
- background-repeat: no-repeat;
- border-bottom-color: rgb(0, 0, 0);
+ background-repeat: repeat;
+ border-bottom-color: rgb(128, 128, 128);
border-bottom-style: none;
border-bottom-width: 0px;
border-collapse: separate;
- border-left-color: rgb(0, 0, 0);
+ border-left-color: rgb(128, 128, 128);
border-left-style: none;
border-left-width: 0px;
- border-right-color: rgb(0, 0, 0);
+ border-right-color: rgb(128, 128, 128);
border-right-style: none;
border-right-width: 0px;
border-spacing: 0px 0px;
- border-top-color: rgb(0, 0, 0);
+ border-top-color: rgb(128, 128, 128);
border-top-style: none;
border-top-width: 0px;
bottom: auto;
@@ -31,7 +30,7 @@
counter-reset: none;
cursor: auto;
direction: ltr;
- display: block;
+ display: table-cell;
empty-cells: -moz-show-background;
float: none;
font-family: serif;
@@ -40,42 +39,9 @@
font-stretch: normal;
font-style: normal;
font-variant: normal;
- font-weight: bold;
+ font-weight: 400;
height: 20px;
left: auto;
- letter-spacing: normal;
- line-height: 20px;
- list-style-image: none;
- list-style-position: outside;
- list-style-type: disc;
- margin-bottom: 0px;
- margin-left: 0px;
- margin-right: 0px;
- margin-top: 0px;
- marker-offset: auto;
- max-height: none;
- max-width: none;
- min-height: 0px;
- min-width: 0px;
- ime-mode: auto;
- opacity: 1;
- outline-color: rgb(0, 0, 0);
- outline-style: none;
- outline-width: 0px;
- outline-offset: 0px;
- overflow: visible;
- overflow-x: visible;
- overflow-y: visible;
- padding-bottom: 0px;
- padding-left: 0px;
- padding-right: 0px;
- padding-top: 0px;
- page-break-after: auto;
- page-break-before: auto;
- pointer-events: auto;
- position: static;
- quotes: "“" "”" "‘" "’";
- right: auto;
table-layout: auto;
text-align: start;
text-decoration: none;
@@ -84,87 +50,46 @@
text-transform: none;
top: auto;
unicode-bidi: embed;
- vertical-align: baseline;
+ vertical-align: middle;
visibility: visible;
white-space: normal;
- width: 1051px;
- word-spacing: 0px;
- z-index: auto;
- -moz-appearance: none;
- -moz-background-clip: border;
- -moz-background-inline-policy: continuous;
- -moz-background-origin: padding;
- -moz-background-size: auto auto;
- -moz-binding: none;
- -moz-border-bottom-colors: none;
- -moz-border-image: none;
- -moz-border-left-colors: none;
- -moz-border-right-colors: none;
- -moz-border-top-colors: none;
- -moz-border-radius-bottomleft: 0px;
- -moz-border-radius-bottomright: 0px;
- -moz-border-radius-topleft: 0px;
- -moz-border-radius-topright: 0px;
- -moz-box-align: stretch;
- -moz-box-direction: normal;
- -moz-box-flex: 0;
- -moz-box-ordinal-group: 1;
- -moz-box-orient: horizontal;
- -moz-box-pack: start;
- -moz-box-shadow: none;
- -moz-box-sizing: content-box;
- -moz-column-count: auto;
- -moz-column-width: auto;
- -moz-column-gap: 16px;
- -moz-column-rule-color: rgb(0, 0, 0);
- -moz-column-rule-width: 0px;
- -moz-column-rule-style: none;
- -moz-float-edge: content-box;
- -moz-force-broken-image-icon: 0;
- -moz-image-region: auto;
- -moz-outline-radius-bottomleft: 0px;
- -moz-outline-radius-bottomright: 0px;
- -moz-outline-radius-topleft: 0px;
- -moz-outline-radius-topright: 0px;
- -moz-stack-sizing: stretch-to-fit;
- -moz-transform: none;
- -moz-transform-origin: 50% 50%;
- -moz-user-focus: none;
- -moz-user-input: enabled;
- -moz-user-modify: read-write;
- -moz-user-select: auto;
- -moz-window-shadow: default;
- word-wrap: normal;
- clip-path: none;
- clip-rule: nonzero;
- color-interpolation: srgb;
- color-interpolation-filters: linearrgb;
- dominant-baseline: auto;
- fill: rgb(0, 0, 0);
- fill-opacity: 1;
- fill-rule: nonzero;
- filter: none;
- flood-color: rgb(0, 0, 0);
- flood-opacity: 1;
- lighting-color: rgb(255, 255, 255);
- image-rendering: auto;
- mask: none;
- marker-end: none;
- marker-mid: none;
- marker-start: none;
- shape-rendering: auto;
- stop-color: rgb(0, 0, 0);
- stop-opacity: 1;
- stroke: none;
- stroke-dasharray: none;
- stroke-dashoffset: 0px;
- stroke-linecap: butt;
- stroke-linejoin: miter;
- stroke-miterlimit: 4;
- stroke-opacity: 1;
- stroke-width: 1px;
- text-anchor: start;
- text-rendering: auto;
+ </TD>
+ </test>
+ <test id="id2">
+ <DIV>
+ background-attachment: scroll;
+ background-color: rgb(255, 0, 0);
+ background-image:
+ url("file:///D:/Projects/jbds/jsf/WebContent/css(2)/print_share_sprite.png");
+ background-position: 0% 0%;
+ background-repeat: no-repeat;
+ float: none;
+ font-family: serif;
+ font-size: 16px;
+ font-size-adjust: none;
+ font-stretch: normal;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: bold;
</DIV>
</test>
+ <test id="id3">
+ <DIV>
+ background-attachment: scroll;
+ background-color: rgb(0, 128, 0);
+ background-image:
+ url("file:///D:/Projects/jbds/jsf/WebContent/css/print_share_sprite.png");
+ background-position: 0% 0%;
+ background-repeat: no-repeat;
+ border-bottom-color: rgb(0, 0, 0);
+ float: none;
+ font-family: serif;
+ font-size: 16px;
+ font-size-adjust: none;
+ font-stretch: normal;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: bold;
+ </DIV>
+ </test>
</tests>
\ No newline at end of file