addValidSessionTokenToParameter(proxy);
addParameter(proxy, "profilePublic", "false");
addParameter(proxy, "receivingTwitterMessage", "false");
addParameter(proxy, "tweetingAttendanceAutomatically", "false");
proxy.execute();
assertResultOK(proxy);
UserPreference pref = loadUserPreference(TestDataProvider.USER_WITHOUT_PREF_ID);
Assert.assertEquals(false, pref.isProfilePublic());