This repository was archived by the owner on Apr 23, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -223,21 +223,6 @@ public function testMiddleIntervals()
223
223
$ this ->assertSame ($ info ['network ' ]['last ' ], '255.255.255.255 ' );
224
224
$ this ->assertEmpty ($ info ['data ' ]['info ' ]['name ' ]);
225
225
226
- /*
227
- $info = $iptool->find('128.100.0.13');
228
- $this->assertSame($info['network']['first'], '128.0.0.0');
229
- $this->assertSame($info['network']['last'], '191.255.255.255');
230
- $this->assertSame($info['data']['info']['interval'], 3);
231
- $this->assertSame($info['data']['info']['caption'], 'some info 1');
232
- $this->assertSame($info['data']['info']['extendedInfo'], 'some info 2');
233
- /*
234
- $info = $iptool->find('202.100.0.13');
235
- $this->assertSame($info['network']['first'], '192.0.0.0');
236
- $this->assertSame($info['network']['last'], '255.255.255.255');
237
- $this->assertSame($info['data']['info']['interval'], 4);
238
- $this->assertSame($info['data']['info']['caption'], 'some info 3');
239
- $this->assertSame($info['data']['info']['extendedInfo'], 'some info 4');
240
- */
241
226
unlink ($ dbFile );
242
227
$ tmpFiles = glob ($ tmpDir .DIRECTORY_SEPARATOR .'* ' );
243
228
foreach ($ tmpFiles as $ tmpFile ) {
You can’t perform that action at this time.
0 commit comments