(t *testing.T)
| 627 | } |
| 628 | |
| 629 | func TestFileStorage_RemoveCacheFile(t *testing.T) { |
| 630 | if !testutils.IsSingleTesting() { |
| 631 | return |
| 632 | } |
| 633 | |
| 634 | var storage = NewFileStorage(nil) |
| 635 | |
| 636 | defer storage.Stop() |
| 637 | |
| 638 | t.Log(storage.removeCacheFile("/Users/WorkSpace/EdgeProject/EdgeCache/p43/15/7e/157eba0dfc6dfb6fbbf20b1f9e584674.cache")) |
| 639 | } |
| 640 | |
| 641 | func TestFileStorage_ScanGarbageCaches(t *testing.T) { |
| 642 | if !testutils.IsSingleTesting() { |
nothing calls this directly
no test coverage detected