mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-10 18:15:58 +01:00
Changes made due to Form protocol modification
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2287 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
efa6d1ddd8
commit
e05235984b
1 changed files with 2 additions and 2 deletions
|
@ -127,8 +127,8 @@ public class MultiUserChatTest extends TestCase {
|
|||
for (Iterator it=field.getValues();it.hasNext();) {
|
||||
values.add((String)it.next());
|
||||
}
|
||||
// Add a new answer to form to submit
|
||||
submitForm.addAnswer(field.getVariable(), values);
|
||||
// Sets the new answer to form to submit
|
||||
submitForm.setAnswer(field.getVariable(), values);
|
||||
}
|
||||
}
|
||||
// Update the new room's configuration
|
||||
|
|
Loading…
Reference in a new issue