Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
/**
* Unit Tests for jUnit 3.8
*/
public class TestArcRecordCC extends TestCase {
public class TestArcRecord extends TestCase {

ArcRecordCC r;
ArcRecord r;

/*
public static junit.framework.Test suite() {
return new junit.framework.JUnit4TestAdapter(TestArcRecordCC.class);
return new junit.framework.JUnit4TestAdapter(TestArcRecord.class);
}
*/

Expand Down Expand Up @@ -50,7 +50,7 @@ public InputStream getPayload1()
}

public void setUp() {
r = new ArcRecordCC();
r = new ArcRecord();
}

public void test_getIpAddress()
Expand Down