1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-30 23:36:47 +02: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:
Gaston Dombiak 2004-04-07 19:54:00 +00:00 committed by gdombiak
parent efa6d1ddd8
commit e05235984b

View file

@ -127,8 +127,8 @@ public class MultiUserChatTest extends TestCase {
for (Iterator it=field.getValues();it.hasNext();) { for (Iterator it=field.getValues();it.hasNext();) {
values.add((String)it.next()); values.add((String)it.next());
} }
// Add a new answer to form to submit // Sets the new answer to form to submit
submitForm.addAnswer(field.getVariable(), values); submitForm.setAnswer(field.getVariable(), values);
} }
} }
// Update the new room's configuration // Update the new room's configuration