[svn r38119] avoid clashing the sample* prefix which is used by a listdir() test
--HG-- branch : trunk
This commit is contained in:
		
							parent
							
								
									1390114d82
								
							
						
					
					
						commit
						6477b43d9b
					
				|  | @ -203,7 +203,7 @@ class CommonFSTests(common.CommonPathTests): | ||||||
| 
 | 
 | ||||||
|     def test_move_file(self): |     def test_move_file(self): | ||||||
|         p = self.root.join('samplefile') |         p = self.root.join('samplefile') | ||||||
|         newp = p.dirpath('samplefile_moved') |         newp = p.dirpath('moved_samplefile') | ||||||
|         p.move(newp) |         p.move(newp) | ||||||
|         assert newp.check(file=1) |         assert newp.check(file=1) | ||||||
|         assert not p.check() |         assert not p.check() | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue