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

[PATCH] test suite: Raise tree.SVNTreeUnequal exception

From: Bhuvaneswaran Arumugam <bhuvan_at_collab.net>
Date: 2007-06-20 18:17:30 CEST

Hello,

There was a hack to define tree.SVNTreeUnequal exception handler from
svntest.main library. Please find attach a patch to fix this. With this
patch, we removed the definition in svntest.main library and use it
directly from svntest.tree library.

[[
Do not define SVNTreeUnequal exception handler in svntest.main library.
It can be used directly from svntest.tree library, where it is
originally defined.

* subversion/tests/cmdline/svntest/main.py
  Do not import "tree" library and do not define SVNTreeUnequal
  exception handler here.
* subversion/tests/cmdline/merge_tests.py
  (merge_singleton_handler): Raise tree.SVNTreeUnequal() exception.
* subversion/tests/cmdline/update_tests.py
  (detect_extra_files): raise tree.SVNTreeUnequal() exception.
]]

-- 
Regards,
Bhuvaneswaran

Received on Wed Jun 20 18:17:43 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.