Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0276E778A for ; Wed, 17 Aug 2011 20:27:16 +0000 (UTC) Received: (qmail 58726 invoked by uid 500); 17 Aug 2011 20:27:15 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 58677 invoked by uid 500); 17 Aug 2011 20:27:14 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 58670 invoked by uid 99); 17 Aug 2011 20:27:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2011 20:27:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2011 20:27:13 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E96B623889E7 for ; Wed, 17 Aug 2011 20:26:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1158896 - /subversion/trunk/subversion/bindings/swig/ruby/test/test_client.rb Date: Wed, 17 Aug 2011 20:26:52 -0000 To: commits@subversion.apache.org From: stsp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110817202652.E96B623889E7@eris.apache.org> Author: stsp Date: Wed Aug 17 20:26:52 2011 New Revision: 1158896 URL: http://svn.apache.org/viewvc?rev=1158896&view=rev Log: Fix a failing ruby bindings test (fallout from r1158617 and related commits). * subversion/bindings/swig/ruby/test/test_client.rb (test_move_force): Don't manually remove a file after reverting a move. Modified: subversion/trunk/subversion/bindings/swig/ruby/test/test_client.rb Modified: subversion/trunk/subversion/bindings/swig/ruby/test/test_client.rb URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/ruby/test/test_client.rb?rev=1158896&r1=1158895&r2=1158896&view=diff ============================================================================== --- subversion/trunk/subversion/bindings/swig/ruby/test/test_client.rb (original) +++ subversion/trunk/subversion/bindings/swig/ruby/test/test_client.rb Wed Aug 17 20:26:52 2011 @@ -1287,7 +1287,6 @@ class SvnClientTest < Test::Unit::TestCa ctx.mv(path1, path2) end ctx.revert([path1, path2]) - FileUtils.rm(path2) File.open(path1, "w") {|f| f.print(src2)} assert_nothing_raised do