You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by John Szakmeister <jo...@szakmeister.net> on 2003/11/08 14:13:52 UTC

[PATCH] svn export needs tests (issue 506) - more tests

I think this should probably be enough export tests to close out issue 506.  
If I don't hear any objections, I'll commit the new tests later today.  If 
anyone can think of some other tests that should be here, let me know, I'm on 
a roll! :-)

Log:
--------------------------------
Closes issue #506 (svn export needs tests).  This adds 3 new export tests:
exporting a working copy, a working copy with local mods, and over an existing
directory.

* subversion/tests/clients/cmdline/export_tests.py
  (export_working_copy, export_working_copy_with_mods,
   export_over_existing_dir): New.
--------------------------------

-John