From f26d95d0bb96c4b1ffe43048cf06fe383ea41951 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Fri, 18 Apr 2014 09:31:22 -0700 Subject: [PATCH] Quality tests aren't manual --- src/ripple_app/book/tests/Quality.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple_app/book/tests/Quality.test.cpp b/src/ripple_app/book/tests/Quality.test.cpp index 8f9c473c4c..fc61fd023e 100644 --- a/src/ripple_app/book/tests/Quality.test.cpp +++ b/src/ripple_app/book/tests/Quality.test.cpp @@ -243,7 +243,7 @@ public: } }; -BEAST_DEFINE_TESTSUITE_MANUAL(Quality,core,ripple); +BEAST_DEFINE_TESTSUITE(Quality,core,ripple); } }