Author: rhuijben
Date: Wed Apr 21 10:52:08 2010
New Revision: 936250

URL: http://svn.apache.org/viewvc?rev=936250&view=rev
Log:
Rename new test to match the usual test naming (and hopefully fix the Windows
shared library build).

* build.conf
  (entries-compat): Rename to ...
  (entries-compat-test): ... this to match naming of other tests.
  (__ALL_TESTS__): Update reference.

Modified:
    subversion/trunk/build.conf

Modified: subversion/trunk/build.conf
URL: 
http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=936250&r1=936249&r2=936250&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Wed Apr 21 10:52:08 2010
@@ -941,7 +941,7 @@ sources = pristine-store-test.c
 install = test
 libs = libsvn_client libsvn_test libsvn_wc libsvn_subr apriconv apr
 
-[entries-compat]
+[entries-compat-test]
 description = Test backwards compat for the entry interface
 type = exe
 path = subversion/tests/libsvn_wc
@@ -1085,7 +1085,7 @@ libs = __ALL__
        entries-dump
        diff-test diff3-test diff4-test
        client-test
-       tree-conflict-data-test db-test pristine-store-test entries-compat
+       tree-conflict-data-test db-test pristine-store-test entries-compat-test
        dirent_uri-test
        auth-test
        parse-diff-test


Reply via email to