diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-11-24 03:24:40 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-11-24 03:24:40 -0800 |
| commit | d9871e92d2a7afe21804e62f211b468a72a216f4 (patch) | |
| tree | 0783479cfd8dc1a1143f2cc18db3cb7356898f65 /other/java/s3copy/copier/src/test | |
| parent | 76cba561cf38ca89c8483dd7ec3c8fa2206d96fd (diff) | |
| download | seaweedfs-d9871e92d2a7afe21804e62f211b468a72a216f4.tar.xz seaweedfs-d9871e92d2a7afe21804e62f211b468a72a216f4.zip | |
adjust module name
Diffstat (limited to 'other/java/s3copy/copier/src/test')
| -rw-r--r-- | other/java/s3copy/copier/src/test/java/com/seaweedfs/s3/PutObjectTest.java | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/other/java/s3copy/copier/src/test/java/com/seaweedfs/s3/PutObjectTest.java b/other/java/s3copy/copier/src/test/java/com/seaweedfs/s3/PutObjectTest.java deleted file mode 100644 index 0404dab60..000000000 --- a/other/java/s3copy/copier/src/test/java/com/seaweedfs/s3/PutObjectTest.java +++ /dev/null @@ -1,38 +0,0 @@ -package com.seaweedfs.s3; - -import junit.framework.Test; -import junit.framework.TestCase; -import junit.framework.TestSuite; - -/** - * Unit test for simple App. - */ -public class PutObjectTest - extends TestCase -{ - /** - * Create the test case - * - * @param testName name of the test case - */ - public PutObjectTest(String testName ) - { - super( testName ); - } - - /** - * @return the suite of tests being tested - */ - public static Test suite() - { - return new TestSuite( PutObjectTest.class ); - } - - /** - * Rigourous Test :-) - */ - public void testApp() - { - assertTrue( true ); - } -} |
