[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Make test_fs.rb independent of run-test.rb

From: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: 2007-01-10 06:44:18 CET

Hi,
Teensy little change so test_fs.rb can be run separatly from the other tests.

--
Joe Swatosh
[[[
* subversion/bindings/swig/ruby/test/test_fs.rb
  added require of md5 so test_fs.rb can be run as a test independently.
]]]
Index: subversion/bindings/swig/ruby/test/test_fs.rb
===================================================================
--- subversion/bindings/swig/ruby/test/test_fs.rb       (revision 22951)
+++ subversion/bindings/swig/ruby/test/test_fs.rb       (working copy)
@@ -1,6 +1,7 @@
 require "my-assertions"
 require "util"
 require "time"
+require "md5"
 require "svn/core"
 require "svn/fs"
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 10 06:44:27 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.