mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
cleanup: test's done already
This commit is contained in:
parent
f18a957ed5
commit
a665df7840
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ public class Utils {
|
||||||
|
|
||||||
public static void testSerialization( Serializable obj )
|
public static void testSerialization( Serializable obj )
|
||||||
{
|
{
|
||||||
if ( BuildConfig.DEBUG ) {
|
if ( false && BuildConfig.DEBUG ) {
|
||||||
String as64 = serializableToString64( obj );
|
String as64 = serializableToString64( obj );
|
||||||
Object other = string64ToSerializable( as64 );
|
Object other = string64ToSerializable( as64 );
|
||||||
Assert.assertTrue( other.equals( obj ) );
|
Assert.assertTrue( other.equals( obj ) );
|
||||||
|
|
Loading…
Add table
Reference in a new issue