[features] test for thin_dump with small metadata

This commit is contained in:
Joe Thornber
2013-07-09 13:06:18 +01:00
parent 311034f771
commit 2ea9cf9961
2 changed files with 15 additions and 1 deletions

View File

@@ -50,4 +50,9 @@ Feature: thin_restore
Scenario: dump matches original metadata
Given valid metadata
When I dump
Then dumps 0 and 1 should be identical
Then dumps 0 and 1 should be identical
Scenario: dump matches original metadata (small)
Given small metadata
When I dump
Then dumps 0 and 1 should be identical