Author: lindner
Date: Tue Mar 12 08:10:16 2013
New Revision: 1455434

URL: http://svn.apache.org/r1455434
Log:
Fix deprecation warning message, use proper junit4 Assert class

Modified:
    
shindig/trunk/java/common/src/test/java/org/apache/shindig/protocol/conversion/BeanDelegatorTest.java

Modified: 
shindig/trunk/java/common/src/test/java/org/apache/shindig/protocol/conversion/BeanDelegatorTest.java
URL: 
http://svn.apache.org/viewvc/shindig/trunk/java/common/src/test/java/org/apache/shindig/protocol/conversion/BeanDelegatorTest.java?rev=1455434&r1=1455433&r2=1455434&view=diff
==============================================================================
--- 
shindig/trunk/java/common/src/test/java/org/apache/shindig/protocol/conversion/BeanDelegatorTest.java
 (original)
+++ 
shindig/trunk/java/common/src/test/java/org/apache/shindig/protocol/conversion/BeanDelegatorTest.java
 Tue Mar 12 08:10:16 2013
@@ -21,7 +21,7 @@ package org.apache.shindig.protocol.conv
 import com.google.common.collect.ImmutableList;
 import com.google.common.collect.ImmutableMap;
 
-import junit.framework.Assert;
+import org.junit.Assert;
 
 import org.apache.shindig.protocol.conversion.BeanFilter.Unfiltered;
 import org.junit.Before;


Reply via email to