From 67af5ccda84f613a728c82c5ba3d11299ca2aae2 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 29 Jul 2013 13:43:39 -0700 Subject: [PATCH] Fix KeyvaDB unit test package name --- modules/beast_db/keyvalue/beast_KeyvaDB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/beast_db/keyvalue/beast_KeyvaDB.cpp b/modules/beast_db/keyvalue/beast_KeyvaDB.cpp index 2fff06655..665a82a24 100644 --- a/modules/beast_db/keyvalue/beast_KeyvaDB.cpp +++ b/modules/beast_db/keyvalue/beast_KeyvaDB.cpp @@ -708,7 +708,7 @@ public: maxPayloadBytes = 8 * 1024 }; - KeyvaDBTests () : UnitTest ("KeyvaDB", "ripple") + KeyvaDBTests () : UnitTest ("KeyvaDB", "beast") { }