[Pkg] Rio: Rio-Test-kph.49.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Nov 7 15:14:38 UTC 2008


A new version of Rio-Test was added to project Rio:
http://www.squeaksource.com/Rio/Rio-Test-kph.49.mcz

==================== Summary ====================

Name: Rio-Test-kph.49
Author: kph
Time: 7 November 2008, 3:14:36 pm
UUID: 1c83ed86-daf9-46f5-b5ed-2623a6b8880b
Ancestors: Rio-Test-kph.48

tested for and fixed filenames with spaces

=============== Diff against Rio-Test-kph.48 ===============

Item was changed:
  ----- Method: RioDirTest>>makeDirectoriesAndFiles (in category 'fixtures') -----
  makeDirectoriesAndFiles
  	 
  	subDir := (testDir / 't_a') mkdir.
  	
+ 	a := (subDir / 'f 1') contents: 'test file'.
+ 	
+ 	"test dirname with space in it"
+ 	b := (subDir / 't 1') mkdir.
- 	a := (subDir / 'f_1') contents: 'test file'.
- 	b := (subDir / 't_1') mkdir.
  	c := (subDir / 't_2') mkdir.
  
  	
  	!

Item was changed:
  ----- Method: RioDirTest>>addTree (in category 'tests-directory copying') -----
  addTree
  	 
  	self makeDirectoriesAndFiles.
  	destDir mkdir addTree: testDir.
  	
  	self assert: (destDir all entries size = 5).
  
+ 	self assert: ((testDir / 't_a' / 'f 1') contents = 'test file').	
+ 	self assert: ((destDir / 'testing_rio'/ 't_a' / 'f 1') contents = 'test file').!
- 	self assert: ((testDir / 't_a' / 'f_1') contents = 'test file').	
- 	self assert: ((destDir / 'testing_rio'/ 't_a' / 'f_1') contents = 'test file').!



More information about the Packages mailing list