Commit bce76209 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent bcea2cb6
...@@ -377,7 +377,7 @@ func TestOpenRecovery(t *testing.T) { ...@@ -377,7 +377,7 @@ func TestOpenRecovery(t *testing.T) {
// Whiteout is data record with deletion when object was not previously there. // Whiteout is data record with deletion when object was not previously there.
// It has both len(data)=0 and backpointer=0. // It has both len(data)=0 and backpointer=0.
// //
// TODO merge into regilat tests on testdata/1.fs when // TODO merge into regular tests on testdata/1.fs when
// FileStorage/py.deleteObject allows to create whiteouts instead of raising // FileStorage/py.deleteObject allows to create whiteouts instead of raising
// POSKeyError. // POSKeyError.
func TestLoadWhiteout(t *testing.T) { func TestLoadWhiteout(t *testing.T) {
......
...@@ -206,6 +206,5 @@ def main(): ...@@ -206,6 +206,5 @@ def main():
f.write(p64(tlen)) f.write(p64(tlen))
if __name__ == '__main__': if __name__ == '__main__':
main() main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment