Browse Source

Fixes broken AED unit test

Fixes issue 4173

Change-Id: I326c5e6890999c1ab72780423effd1f35e10f8ad
Reviewed-on: http://gerrit.dmdirc.com/1277
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
Reviewed-by: Shane Mc Cormack <shane@dmdirc.com>
tags/0.6.4
Greg Holmes 14 years ago
parent
commit
5b7c10b73d

+ 1
- 1
test/com/dmdirc/addons/ui_swing/dialogs/actioneditor/ActionEditorDialogTest.java View File

@@ -246,7 +246,7 @@ public class ActionEditorDialogTest extends FestSwingJUnitTestCase {
246 246
                 null)).textBox(new ClassFinder<TextLabel>(TextLabel.class,
247 247
                 null)).target.getText());
248 248
         matcher.find();
249
-        assertEquals("<p style=\"margin-top: 0\">\n      \n    </p>", matcher.group(1).trim());
249
+        assertEquals("The ...", matcher.group(1).trim());
250 250
 
251 251
         window.panel(new ClassFinder<ActionConditionEditorPanel>(ActionConditionEditorPanel.class,
252 252
                 null)).comboBox("argument").selectItem("message");

Loading…
Cancel
Save