From e05235984ba0d46855a6bdf3581b859872d170a0 Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Wed, 7 Apr 2004 19:54:00 +0000 Subject: [PATCH] Changes made due to Form protocol modification git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2287 b35dd754-fafc-0310-a699-88a17e54d16e --- test/org/jivesoftware/smackx/MultiUserChatTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/org/jivesoftware/smackx/MultiUserChatTest.java b/test/org/jivesoftware/smackx/MultiUserChatTest.java index 790b0f949..1ac5170cd 100644 --- a/test/org/jivesoftware/smackx/MultiUserChatTest.java +++ b/test/org/jivesoftware/smackx/MultiUserChatTest.java @@ -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