Skip to content

Commit f212483

Browse files
committed
remove some more garbage
1 parent ae00215 commit f212483

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

src/test/java/com/opentok/test/OpenTokTest.java

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -155,29 +155,6 @@ public void testCreateBadSession() throws OpenTokException {
155155
}
156156

157157
// 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-
// }
181158

182159
@Test
183160
public void testTokenDefault() throws

0 commit comments

Comments
 (0)