예제 #1
0
    public void CanLoadIndex()
    {
        CreateFile("index.bytes", "");
        var fs = new FileSource(m_tmpDir, true);

        Assert.True(fs.CanLoadNow(), m_tmpDir);
    }