Refactoring, moved some files and renamed some classes
Former-commit-id: bdba0e95af5560f5e72cf0e45bed257ca29dc4a2
This commit is contained in:
parent
2bc4607ad1
commit
70f9bb1681
19 changed files with 164 additions and 152 deletions
3
test/se/koc/hal/deamon/TimeUtilityTest.java → test/se/koc/hal/util/TimeUtilityTest.java
Normal file → Executable file
3
test/se/koc/hal/deamon/TimeUtilityTest.java → test/se/koc/hal/util/TimeUtilityTest.java
Normal file → Executable file
|
|
@ -1,4 +1,4 @@
|
|||
package se.koc.hal.deamon;
|
||||
package se.koc.hal.util;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
|
|
@ -6,6 +6,7 @@ import java.util.Calendar;
|
|||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import se.koc.hal.util.TimeUtility;
|
||||
|
||||
public class TimeUtilityTest {
|
||||
private long currentTime;
|
||||
Loading…
Add table
Add a link
Reference in a new issue