mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
Fixes test and conflicts
This commit is contained in:
@@ -349,7 +349,7 @@ public class TextfieldTest extends AbstractUITagTest {
|
||||
tag.doStartTag();
|
||||
tag.doEndTag();
|
||||
|
||||
verify(TextFieldTag.class.getResource("Textfield-12.txt"));
|
||||
verify(TextFieldTag.class.getResource("Textfield-14.txt"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,16 +1,4 @@
|
||||
<tr>
|
||||
<<<<<<< HEAD
|
||||
<td class="tdLabel">
|
||||
<label for="myId" class="label">
|
||||
mylabel
|
||||
<span class="required">*</span>:
|
||||
</label>
|
||||
</td>
|
||||
<td class="tdInput">
|
||||
<input type="text" name="foo" value="bar" id="myId"/>
|
||||
</td>
|
||||
=======
|
||||
<td class="tdLabel"></td>
|
||||
<td><input type="text" name="array[1]" value="bar" id="array_1_"/></td>
|
||||
>>>>>>> c84810f... Adds test to guard pre-evaulation of name attribute
|
||||
<td class="tdInput"><input type="text" name="array[1]" value="bar" id="array_1_"/></td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user