cleanup: test's done already

This commit is contained in:
Eric House 2019-01-08 13:58:19 -08:00
parent f18a957ed5
commit a665df7840

View file

@ -577,7 +577,7 @@ public class Utils {
public static void testSerialization( Serializable obj )
{
if ( BuildConfig.DEBUG ) {
if ( false && BuildConfig.DEBUG ) {
String as64 = serializableToString64( obj );
Object other = string64ToSerializable( as64 );
Assert.assertTrue( other.equals( obj ) );