()
| 229 | } |
| 230 | |
| 231 | private DTNHost setupHost() { |
| 232 | TestUtils utils = new TestUtils(null, null, s); |
| 233 | DTNHost h1 = utils.createHost(mbm, null); |
| 234 | |
| 235 | h1.move(0); // get a path for the node |
| 236 | // move node directly to first waypoint |
| 237 | h1.setLocation(h1.getPath().getCoords().get(0)); |
| 238 | return h1; |
| 239 | } |
| 240 | |
| 241 | private String writeToNewFile() throws IOException { |
| 242 | File tempFile = File.createTempFile("mapCachingTest", ".tmp"); |
no test coverage detected