Skip to content

Commit

Permalink
Don't use deprecated JUnit API
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalka committed Sep 10, 2015
1 parent 4ea4141 commit b12bba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/test/java/org/jboss/modules/LayeredModulePathTest.java
Expand Up @@ -19,20 +19,18 @@
package org.jboss.modules;

import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
import java.util.Set;

import junit.framework.Assert;
import org.junit.Assert;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
Expand Down
Expand Up @@ -37,7 +37,7 @@
import java.util.jar.Attributes;
import java.util.jar.Manifest;

import static junit.framework.Assert.assertTrue;
import static org.junit.Assert.assertTrue;
import static org.jboss.modules.util.Util.getClassBytes;

/**
Expand Down

0 comments on commit b12bba1

Please sign in to comment.