Skip to content

Commit

Permalink
refactor ref testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jun 27, 2016
1 parent d283382 commit 293b70a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
@@ -1,4 +1,4 @@
package com.alibaba.json.bvt.serializer;
package com.alibaba.json.bvt.ref;

import junit.framework.TestCase;

Expand Down
@@ -1,4 +1,4 @@
package com.alibaba.json.bvt.serializer;
package com.alibaba.json.bvt.ref;

import java.util.HashSet;
import java.util.Set;
Expand Down
@@ -1,4 +1,4 @@
package com.alibaba.json.bvt.serializer;
package com.alibaba.json.bvt.ref;

import junit.framework.TestCase;

Expand Down
@@ -1,4 +1,4 @@
package com.alibaba.json.bvt.serializer;
package com.alibaba.json.bvt.ref;

import junit.framework.TestCase;

Expand Down
@@ -1,4 +1,4 @@
package com.alibaba.json.bvt.serializer;
package com.alibaba.json.bvt.ref;

import java.math.BigDecimal;

Expand Down
@@ -1,4 +1,4 @@
package com.alibaba.json.bvt.serializer;
package com.alibaba.json.bvt.ref;

import junit.framework.TestCase;

Expand Down
@@ -1,4 +1,4 @@
package com.alibaba.json.bvt.serializer;
package com.alibaba.json.bvt.ref;

import junit.framework.TestCase;

Expand Down
@@ -1,4 +1,4 @@
package com.alibaba.json.bvt.serializer;
package com.alibaba.json.bvt.ref;

import junit.framework.TestCase;

Expand Down
@@ -1,4 +1,4 @@
package com.alibaba.json.bvt.serializer;
package com.alibaba.json.bvt.ref;

import java.util.Collections;
import java.util.HashMap;
Expand Down
@@ -1,4 +1,4 @@
package com.alibaba.json.bvt.serializer;
package com.alibaba.json.bvt.ref;

import java.util.HashSet;
import java.util.Set;
Expand Down

0 comments on commit 293b70a

Please sign in to comment.