aboutsummaryrefslogtreecommitdiffstats
path: root/server/tests/src/com/vaadin/data/util/PropertyDescriptorTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/src/com/vaadin/data/util/PropertyDescriptorTest.java')
-rw-r--r--server/tests/src/com/vaadin/data/util/PropertyDescriptorTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/tests/src/com/vaadin/data/util/PropertyDescriptorTest.java b/server/tests/src/com/vaadin/data/util/PropertyDescriptorTest.java
index 12ded84fe2..68861536a9 100644
--- a/server/tests/src/com/vaadin/data/util/PropertyDescriptorTest.java
+++ b/server/tests/src/com/vaadin/data/util/PropertyDescriptorTest.java
@@ -7,9 +7,10 @@ import java.io.ByteArrayOutputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
-import junit.framework.Assert;
import junit.framework.TestCase;
+import org.junit.Assert;
+
import com.vaadin.data.Property;
import com.vaadin.data.util.NestedMethodPropertyTest.Person;