summaryrefslogtreecommitdiffstats
path: root/luni
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-05 17:04:45 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-05 17:04:45 -0800
commit15b465febdbf9da7933b93401ab389b35c59a203 (patch)
treeb85fdd01f61bba9e2873d978d7680a8825265c35 /luni
parentadc854b798c1cfe3bfd4c27d68d5cee38ca617da (diff)
downloadlibcore-15b465febdbf9da7933b93401ab389b35c59a203.zip
libcore-15b465febdbf9da7933b93401ab389b35c59a203.tar.gz
libcore-15b465febdbf9da7933b93401ab389b35c59a203.tar.bz2
auto import from //depot/cupcake/@136654
Diffstat (limited to 'luni')
-rw-r--r--luni/src/test/java/tests/api/java/net/ServerSocketTest.java10
1 files changed, 1 insertions, 9 deletions
diff --git a/luni/src/test/java/tests/api/java/net/ServerSocketTest.java b/luni/src/test/java/tests/api/java/net/ServerSocketTest.java
index 36e092d..ecdfd01 100644
--- a/luni/src/test/java/tests/api/java/net/ServerSocketTest.java
+++ b/luni/src/test/java/tests/api/java/net/ServerSocketTest.java
@@ -46,15 +46,7 @@ import java.util.Properties;
import tests.support.Support_Configuration;
import tests.support.Support_PortManager;
-@TestTargetClass(value = ServerSocket.class,
- untestedMethods = {
- @TestTargetNew(
- level = TestLevel.NOT_NECESSARY,
- notes = "Protected constructor.",
- method = "ServerSocket",
- args = {SocketImpl.class}
- )}
- )
+@TestTargetClass(value = ServerSocket.class)
public class ServerSocketTest extends SocketTestCase {
boolean interrupted;