/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to src/test/java/TestHash.java

  • Committer: Gustav Hartvigsson
  • Date: 2017-08-28 14:01:22 UTC
  • mfrom: (15.1.10 magstudentportal-more-db)
  • Revision ID: gustav.hartvigsson@gmail.com-20170828140122-dfqs6oxweh0zjzlj
* Merged stuff into trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
}