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.*;
|
2
|
|
3
|
import common.Utils;
|
4
|
|
5
|
|
6
|
public class TestHash {
|
7
|
@Test
|
8
|
public void test1 () {
|
9
|
System.out.println(Utils.hash_func("Hello World"));
|
10
|
}
|
11
|
|
12
|
}
|