You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2014/03/13 20:22:51 UTC

[2/4] git commit: Extends Hidden tests results to match new xhtml theme

Extends Hidden tests results to match new xhtml theme


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/43e86d76
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/43e86d76
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/43e86d76

Branch: refs/heads/develop
Commit: 43e86d76d5dc6bc7b6261e91eaddcee2cc009a6b
Parents: cdf3c5c
Author: Lukasz Lenart <lu...@apache.org>
Authored: Thu Mar 13 20:19:59 2014 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Thu Mar 13 20:19:59 2014 +0100

----------------------------------------------------------------------
 .../resources/org/apache/struts2/views/jsp/ui/Hidden-1.txt   | 8 +++++++-
 .../resources/org/apache/struts2/views/jsp/ui/Hidden-2.txt   | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/43e86d76/core/src/test/resources/org/apache/struts2/views/jsp/ui/Hidden-1.txt
----------------------------------------------------------------------
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Hidden-1.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Hidden-1.txt
index 4d6c927..fafc7ba 100644
--- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Hidden-1.txt
+++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Hidden-1.txt
@@ -1 +1,7 @@
-<input type="hidden" name="myname" value="bar" id="myname"/>
+<tr>
+  <td class="tdLabel">
+  </td>
+  <td>
+    <input type="hidden" name="myname" value="bar" id="myname"/>
+  </td>
+</tr>

http://git-wip-us.apache.org/repos/asf/struts/blob/43e86d76/core/src/test/resources/org/apache/struts2/views/jsp/ui/Hidden-2.txt
----------------------------------------------------------------------
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Hidden-2.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Hidden-2.txt
index 2cc5ab6..df7e11b 100644
--- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Hidden-2.txt
+++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Hidden-2.txt
@@ -1 +1,7 @@
-<input type="hidden" name="myname" value="bar" id="myname" disabled="disabled"/>
+<tr>
+  <td class="tdLabel">
+  </td>
+  <td>
+    <input type="hidden" name="myname" value="bar" id="myname" disabled="disabled"/>
+  </td>
+</tr>