[beast: 47/57] TESTS: use Bse namespace elements instead of Rapicorn



commit be50f54181170febe948b4f9a36d2474d3fe2c65
Author: Tim Janik <timj gnu org>
Date:   Tue Jul 18 00:54:03 2017 +0200

    TESTS: use Bse namespace elements instead of Rapicorn
    
    Signed-off-by: Tim Janik <timj gnu org>

 tests/testresamplerq.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/testresamplerq.cc b/tests/testresamplerq.cc
index 1ccad4f..cdbf58d 100644
--- a/tests/testresamplerq.cc
+++ b/tests/testresamplerq.cc
@@ -222,8 +222,8 @@ main (int argc, char **argv)
 {
   // usually we'd call bse_init_test() here, but we have tests to rnu before plugins are loaded
   Rapicorn::init_core_test (RAPICORN_PRETTY_FILE, &argc, argv);
-  Rapicorn::StringVector sv = Rapicorn::string_split (Rapicorn::cpu_info(), " ");
-  Rapicorn::String machine = sv.size() >= 2 ? sv[1] : "Unknown";
+  Bse::StringVector sv = Bse::string_split (Bse::cpu_info(), " ");
+  Bse::String machine = sv.size() >= 2 ? sv[1] : "Unknown";
   printout ("  NOTE     Running on: %s+%s", machine.c_str(), bse_block_impl_name()); // usually done by 
bse_init_test
 
   if (argc > 1)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]