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

[PATCH] Fix ra-local test skipping on cygwin

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-11-04 21:07:08 CET

[[[

Followup to 16428. Change ra_local "invalid host" test to SKIP under cygwin.

* subversion/tests/libsvn_ra_local/ra-local-test.c
  (HAS_UNC_HOST): Enable under cygwin.

]]]

$ svn diff
Index: libsvn_ra_local/ra-local-test.c
===================================================================
--- libsvn_ra_local/ra-local-test.c (revision 17184)
+++ libsvn_ra_local/ra-local-test.c (working copy)
@@ -338,7 +338,7 @@
 ♀
 /* The test table. */

-#ifdef WIN32
+#if defined(WIN32) || defined(__CYGWIN__)
 #define HAS_UNC_HOST 1
 #else
 #define HAS_UNC_HOST 0

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 4 21:07:53 2005

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.