Fix build - All code in ShuffleTest.java had been commented out, so did not contain a class definition or any tests

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29468 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2011-07-30 21:08:39 +00:00
parent 15170cf4cd
commit 8debabed07

View File

@@ -29,8 +29,13 @@ import junit.framework.TestCase;
/**
* Shuffle Test
*/
//public class ShuffleTest extends TestCase
//{
public class ShuffleTest extends TestCase
{
public void testNothing()
{
// TODO remove once another test is uncommented
}
// private static Log logger = LogFactory.getLog(ShuffleTest.class);
//
// /**
@@ -343,4 +348,4 @@ import junit.framework.TestCase;
// }
// }
// }
//}
}