[otrs-cvs] otrs/scripts/test/Layout BuildSelection.t,1.15,1.16
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/scripts/test/Layout
In directory lancelot:/tmp/cvs-serv3252/scripts/test/Layout
Modified Files:
BuildSelection.t
Log Message:
Improved BuildSelection test case.
Author: mg
Index: BuildSelection.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/Layout/BuildSelection.t,v
retrieving revision 1.15
retrieving revision 1.16
diff -2 -u -d -r1.15 -r1.16
--- BuildSelection.t 30 Jan 2013 14:25:31 -0000 1.15
+++ BuildSelection.t 31 Jan 2013 07:53:02 -0000 1.16
@@ -779,7 +779,7 @@
Sort => 'TreeView',
Multiple => 0,
- AutoComplete => undef,
- OnChange => undef,
- OnClick => undef,
+ AutoComplete => 'off',
+ OnChange => 'onchangeJS',
+ OnClick => 'onclickJS',
SelectedID => undef,
SelectedValue => 'Object1::AttributeA',
@@ -791,9 +791,9 @@
Max => undef,
HTMLQuote => 0,
- Title => undef,
+ Title => 'Title"\'<>',
OptionTitle => 0,
},
Response =>
- '<select id="Select1ID" name="Select1">
+ '<select autocomplete="off" id="Select1ID" name="Select1" onchange="onchangeJS" onclick="onclickJS" title="Title"\'<>">
<option value="Object1">Object1</option>
<option value="Object1::AttributeA" selected="selected"> AttributeA</option>
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log