File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
src/test/java/com/opentok/test Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -155,29 +155,6 @@ public void testCreateBadSession() throws OpenTokException {
155
155
}
156
156
157
157
// TODO: test session creation conditions that result in errors
158
- // @Test
159
- // public void testRoleGarbageInput() {
160
- // OpenTokException expected = null;
161
- // try {
162
- // Session s= sdk.createSession();
163
- // s.generateToken("asdfasdf");
164
- // } catch (OpenTokException e) {
165
- // expected = e;
166
- // }
167
- // Assert.assertNotNull("Java SDK tests: exception should be thrown for role asdfasdf", expected);
168
- // }
169
- //
170
- // @Test
171
- // public void testRoleNull() {
172
- // OpenTokException expected = null;
173
- // try {
174
- // Session s= sdk.createSession();
175
- // s.generateToken(null);
176
- // } catch (OpenTokException e) {
177
- // expected = e;
178
- // }
179
- // Assert.assertNotNull("Java SDK tests: exception should be thrown for role null", expected);
180
- // }
181
158
182
159
@ Test
183
160
public void testTokenDefault () throws
You can’t perform that action at this time.
0 commit comments