Add documentation for (*DriverSuite).TestStatCall
This commit is contained in:
parent
a7017d6873
commit
14e7adb3a0
1 changed files with 1 additions and 0 deletions
|
@ -468,6 +468,7 @@ func (suite *DriverSuite) TestDeleteFolder(c *check.C) {
|
||||||
c.Assert(err, check.FitsTypeOf, storagedriver.PathNotFoundError{})
|
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) {
|
func (suite *DriverSuite) TestStatCall(c *check.C) {
|
||||||
content := randomString(4096)
|
content := randomString(4096)
|
||||||
dirPath := randomString(32)
|
dirPath := randomString(32)
|
||||||
|
|
Loading…
Reference in a new issue