Skip to content

Commit

Permalink
Merge pull request #22 from json20080301/master
Browse files Browse the repository at this point in the history
测试代码按maven规范移入test目录
  • Loading branch information
happyfish100 committed Jun 5, 2017
2 parents db0e652 + fd1ea6e commit 0261bf1
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<maven.test.skip>true</maven.test.skip>
<jdk.version>1.5</jdk.version>
<jdk.version>1.6</jdk.version>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
*/

package org.csource.fastdfs.test;
package org.csource.fastdfs;

import org.csource.fastdfs.DownloadCallback;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/

package org.csource.fastdfs.test;
package org.csource.fastdfs;

import org.csource.fastdfs.*;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/

package org.csource.fastdfs.test;
package org.csource.fastdfs;

import org.csource.common.NameValuePair;
import org.csource.fastdfs.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.csource.fastdfs.test;
package org.csource.fastdfs;

import org.csource.common.NameValuePair;
import org.csource.fastdfs.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/

package org.csource.fastdfs.test;
package org.csource.fastdfs;

import org.csource.common.NameValuePair;
import org.csource.fastdfs.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/

package org.csource.fastdfs.test;
package org.csource.fastdfs;

import org.csource.common.NameValuePair;
import org.csource.fastdfs.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/

package org.csource.fastdfs.test;
package org.csource.fastdfs;

import org.csource.common.NameValuePair;
import org.csource.fastdfs.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/

package org.csource.fastdfs.test;
package org.csource.fastdfs;

import org.csource.common.NameValuePair;
import org.csource.fastdfs.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/

package org.csource.fastdfs.test;
package org.csource.fastdfs;

import org.csource.fastdfs.*;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
*/

package org.csource.fastdfs.test;
package org.csource.fastdfs;

import org.csource.fastdfs.UploadCallback;

Expand Down

0 comments on commit 0261bf1

Please sign in to comment.