mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -29,8 +29,13 @@ import junit.framework.TestCase;
|
|||||||
/**
|
/**
|
||||||
* Shuffle Test
|
* 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);
|
// private static Log logger = LogFactory.getLog(ShuffleTest.class);
|
||||||
//
|
//
|
||||||
// /**
|
// /**
|
||||||
@@ -343,4 +348,4 @@ import junit.framework.TestCase;
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
//}
|
}
|
||||||
|
Reference in New Issue
Block a user