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

[PATCH] Remove obsolete test files; fix test dir name

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2006-03-26 23:22:24 CEST

Happy for me to commit this?

- Julian

Remove some obsolete test files. Fix up the name of the command-line client
tests directory in places that were missed when it was changed in r17718.
Correct some information in the tests README file.

* INSTALL
* build/win32/vc6-build.bat.in
  Fix up the name of the command-line client tests directory.

* subversion/tests/README
  Fix up file and dir names and remove reference to an obsolete XML dir.

* subversion/tests/cmdline/xmltests
* subversion/tests/cmdline/xmltests/svn-test.sh
* subversion/tests/cmdline/xmltests/svn-test2.sh
  Delete, as these tests are obsolete.

Index: subversion/tests/cmdline/xmltests (deleted)
===================================================================

Index: build/win32/vc6-build.bat.in
===================================================================
--- build/win32/vc6-build.bat.in (revision 19040)
+++ build/win32/vc6-build.bat.in (working copy)
@@ -91,8 +91,8 @@
 rem ====== Subversion
 cd src-%DIR%
 msdev subversion_msvc.dsw /USEENV /MAKE "__ALL_TESTS__ - Win32 Release"
-mkdir Release\subversion\tests\svn
-xcopy /S /Y subversion\tests\svn Release\subversion\tests\svn
+mkdir Release\subversion\tests\cmdline
+xcopy /S /Y subversion\tests\cmdline Release\subversion\tests\cmdline
 copy Release\subversion\mod_dav_svn\mod_dav_svn.so "%APACHEDIR%"\modules
 copy Release\subversion\mod_authz_svn\mod_authz_svn.so "%APACHEDIR%"\modules
 cd ..
Index: subversion/tests/README
===================================================================
--- subversion/tests/README (revision 19040)
+++ subversion/tests/README (working copy)
@@ -178,24 +178,19 @@
 What's here
 -----------
 
- * svn_tests_main.c
+ * svn_test_main.c
      [shared library "libsvn_tests_main"]
      A standardized main() function to drive tests. Link this into
      your automated test-programs.
 
- * svn_tests_editor.c
+ * svn_test_editor.c
      [shared library "libsvn_tests_editor"]
      An editor for testing drivers of svn_delta_edit_fns_t. This
      editor's functions simply print information to stdout.
 
- * xml/
- A subdirectory containing various <delta-pkg> XML files. If one
- of these testing trees isn't what you need, create a new one and
- put it with the others.
-
- * svn/
+ * cmdline/
      A collection of python scripts to test the command-line client.
-
+
 
 `make check`
 ------------
Index: INSTALL
===================================================================
--- INSTALL (revision 19040)
+++ INSTALL (working copy)
@@ -851,8 +851,8 @@
     copy the client tests into the release test area.
 
     C:>cd src-%DIR%
- C:>mkdir Release\subversion\tests\svn
- C:>xcopy /S /Y subversion\tests\svn Release\subversion\tests\svn
+ C:>mkdir Release\subversion\tests\cmdline
+ C:>xcopy /S /Y subversion\tests\cmdline Release\subversion\tests\cmdline
 
     If the server dso modules have been built then copy the dso files and
     dlls into the Apache modules directory.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 26 23:22:46 2006

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.