@@ -70,7 +70,7 @@ public void testGetDefaultPostChannelConf() {
7070 // ToDo: Find a way to test the Date: assertEquals(Conf.formatDate(new
7171 // Date()),result.get(Conf.CREATION_DATE));
7272 assertEquals (testChannelJID .toBareJID (), result .get (Conf .OWNER ));
73- assertEquals (Affiliations .member .toString (),
73+ assertEquals (Affiliations .publisher .toString (),
7474 result .get (Conf .DEFAULT_AFFILIATION ));
7575 assertEquals ("1" , result .get (Conf .NUM_SUBSCRIBERS ));
7676 assertEquals ("1" , result .get (Conf .NOTIFY_CONFIG ));
@@ -124,7 +124,7 @@ public void testGetDefaultGeoPreviousChannelConf() {
124124 + " has been before." , result .get (Conf .DESCRIPTION ));
125125 assertEquals ("http://www.w3.org/2005/Atom" , result .get (Conf .TYPE ));
126126 assertEquals ("publishers" , result .get (Conf .PUBLISH_MODEL ));
127- assertEquals (AccessModels .open .toString (),
127+ assertEquals (AccessModels .authorize .toString (),
128128 result .get (Conf .ACCESS_MODEL ));
129129 // ToDo: Find a way to test the Date: assertEquals(Conf.formatDate(new
130130 // Date()),result.get(Conf.CREATION_DATE));
@@ -153,7 +153,7 @@ public void testGetDefaultGeoCurrentChannelConf() {
153153 result .get (Conf .DESCRIPTION ));
154154 assertEquals ("http://www.w3.org/2005/Atom" , result .get (Conf .TYPE ));
155155 assertEquals ("publishers" , result .get (Conf .PUBLISH_MODEL ));
156- assertEquals (AccessModels .open .toString (),
156+ assertEquals (AccessModels .authorize .toString (),
157157 result .get (Conf .ACCESS_MODEL ));
158158 // ToDo: Find a way to test the Date: assertEquals(Conf.formatDate(new
159159 // Date()),result.get(Conf.CREATION_DATE));
@@ -181,7 +181,7 @@ public void testGetDefaultGeoNextChannelConf() {
181181 + " is going to go." , result .get (Conf .DESCRIPTION ));
182182 assertEquals ("http://www.w3.org/2005/Atom" , result .get (Conf .TYPE ));
183183 assertEquals ("publishers" , result .get (Conf .PUBLISH_MODEL ));
184- assertEquals (AccessModels .open .toString (),
184+ assertEquals (AccessModels .authorize .toString (),
185185 result .get (Conf .ACCESS_MODEL ));
186186 // ToDo: Find a way to test the Date: assertEquals(Conf.formatDate(new
187187 // Date()),result.get(Conf.CREATION_DATE));
0 commit comments