aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/helper
diff options
context:
space:
mode:
Diffstat (limited to 'test/org/traccar/helper')
-rw-r--r--test/org/traccar/helper/TestDataManager.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/org/traccar/helper/TestDataManager.java b/test/org/traccar/helper/TestDataManager.java
index 000b7196d..9e8147b05 100644
--- a/test/org/traccar/helper/TestDataManager.java
+++ b/test/org/traccar/helper/TestDataManager.java
@@ -19,13 +19,6 @@ public class TestDataManager implements DataManager {
return device;
}
@Override
- public Device getDeviceById(Long id) {
- Device device = new Device();
- device.setId(new Long(1));
- device.setImei("123456789012345");
- return device;
- }
- @Override
public Long addPosition(Position position) {
return null;
}