Add documentation for (*DriverSuite).TestStatCall

pull/4/head
Stephen J Day 2014-12-05 19:20:42 -08:00
parent a7017d6873
commit 14e7adb3a0
1 changed files with 1 additions and 0 deletions

View File

@ -468,6 +468,7 @@ func (suite *DriverSuite) TestDeleteFolder(c *check.C) {
c.Assert(err, check.FitsTypeOf, storagedriver.PathNotFoundError{})
}
// TestStatCall runs verifies the implementation of the storagedriver's Stat call.
func (suite *DriverSuite) TestStatCall(c *check.C) {
content := randomString(4096)
dirPath := randomString(32)