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
1 changed files with 2 additions and 2 deletions

View File

@ -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