This commit is contained in:
Alexander Neumann
2014-08-11 22:47:24 +02:00
parent d60828fc15
commit 2428843faa
18 changed files with 764 additions and 262 deletions

View File

@@ -17,7 +17,7 @@ func TestSnapshot(t *testing.T) {
}()
sn := khepri.NewSnapshot("/home/foobar")
sn.TreeID, err = khepri.ParseID("c3ab8ff13720e8ad9047dd39466b3c8974e592c2fa383d4a3960714caef0c4f2")
sn.Content, err = khepri.ParseID("c3ab8ff13720e8ad9047dd39466b3c8974e592c2fa383d4a3960714caef0c4f2")
ok(t, err)
sn.Time, err = time.Parse(time.RFC3339Nano, "2014-08-03T17:49:05.378595539+02:00")
ok(t, err)