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

[PATCH] Fixed typo in db-test.c

From: Edmund Wong <ed_at_kdtc.net>
Date: Thu, 06 Aug 2009 15:43:59 +0800

Hi,

Found a typo during a make check. db-test failed because
my WC was not upgraded to format 13. Came across this
typo.

Log:

[[[
     Fix typo in struct svn_test_descriptor_t.

     * subversion/tests/libsvn_wc/db-test.c
       (struct svn_test_descriptor_t test_funcs[] ): s/fromat/format/

     Patch by: Edmund Wong <edmund {at} kdtc.net>

]]]

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2380723

Index: subversion/tests/libsvn_wc/db-test.c
===================================================================
--- subversion/tests/libsvn_wc/db-test.c (revision 38574)
+++ subversion/tests/libsvn_wc/db-test.c (working copy)
@@ -1311,6 +1311,6 @@
     SVN_TEST_PASS2(test_global_relocate,
                    "relocating a node"),
     SVN_TEST_PASS2(test_upgrading_to_f13,
- "upgrading to fromat 13"),
+ "upgrading to format 13"),
     SVN_TEST_NULL
   };
Received on 2009-08-06 09:47:30 CEST

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.