From: <jh...@us...> - 2010-01-20 22:30:55
|
Revision: 189 http://etch.svn.sourceforge.net/etch/?rev=189&view=rev Author: jheiss Date: 2010-01-20 22:30:45 +0000 (Wed, 20 Jan 2010) Log Message: ----------- Remove unnecessary File.delete Modified Paths: -------------- trunk/test/auth.rb Modified: trunk/test/auth.rb =================================================================== --- trunk/test/auth.rb 2010-01-19 00:30:46 UTC (rev 188) +++ trunk/test/auth.rb 2010-01-20 22:30:45 UTC (rev 189) @@ -193,7 +193,6 @@ # Put some text into the original file so that we can make sure it # is not touched. origcontents = "This is the original text\n" - File.delete(@targetfile) File.open(@targetfile, 'w') do |file| file.write(origcontents) end This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |