Add documentation for (*DriverSuite).TestStatCall
							parent
							
								
									a7017d6873
								
							
						
					
					
						commit
						14e7adb3a0
					
				| 
						 | 
					@ -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 New Issue