mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +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 )
|
||||
{
|
||||
if ( BuildConfig.DEBUG ) {
|
||||
if ( false && BuildConfig.DEBUG ) {
|
||||
String as64 = serializableToString64( obj );
|
||||
Object other = string64ToSerializable( as64 );
|
||||
Assert.assertTrue( other.equals( obj ) );
|
||||
|
|
Loading…
Reference in a new issue