Skip to content
Snippets Groups Projects
Commit aecf991a authored by ribeaudc's avatar ribeaudc
Browse files

fix: - 'common' Unit tests.

SVN: 9151
parent 165dc692
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import ch.rinn.restrictions.Friend;
import ch.systemsx.cisd.common.exceptions.Status;
import ch.systemsx.cisd.common.exceptions.StatusFlag;
import ch.systemsx.cisd.common.logging.BufferedAppender;
......@@ -45,6 +46,7 @@ import ch.systemsx.cisd.common.logging.LogInitializer;
*
* @author Bernd Rinn
*/
@Friend(toClasses = CompressionWorker.class)
public final class CompressionWorkerTest
{
private Mockery context;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment