/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk
15.2.2 by Gustav Hartvigsson
* Added JUnit and javax.faces dependancies to the pom.xml.
1
import org.junit.runner.RunWith;
2
import org.junit.runners.Suite;
3
import org.junit.runners.Suite.SuiteClasses;
4
5
@RunWith(Suite.class)
6
@SuiteClasses({ TestHash.class })
7
public class AllTests {
8
9
}