[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] (no subject)
From: |
Greg Chicares |
Subject: |
[lmi-commits] (no subject) |
Date: |
Mon, 13 Jun 2016 13:02:15 +0000 (UTC) |
branch: master
commit 7e4e23c6ae60918e5c3c816113942577e1f9f61f
Author: Gregory W. Chicares <address@hidden>
Date: Mon Jun 13 12:20:21 2016 +0000
Remove temporary unit test added in the last commit
---
preferences_model.cpp | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/preferences_model.cpp b/preferences_model.cpp
index 0c35c47..cf735c7 100644
--- a/preferences_model.cpp
+++ b/preferences_model.cpp
@@ -93,24 +93,6 @@ PreferencesModel::PreferencesModel()
{
AscribeMembers();
Load();
-
- // Temporary unit test, to be removed before release.
- std::string const g("/path/to/somewhere");
- std::string const n("C:\\path\\to\\somewhere");
- warning()
- << "Remove this test before release.\n"
- << g << " g (generic)\n"
- << n << " n (native)\n"
- << generic_path(n) << " generic_path(n)\n"
- << native_path (g) << " native_path(g)\n"
- << generic_path(g) << " generic_path(g)\n"
- << native_path (n) << " native_path (n)\n"
- << "Oh, and BTW...\n"
- << fs::path("foo\\bar\\data.txt", fs::no_check).string() << " <--
fs::path(\"foo\\bar\\data.txt\", fs::no_check).string()\n"
- << "...but OTOH...\n"
- << fs::path("foo\\bar\\data.txt" ).string() << " <--
fs::path(\"foo\\bar\\data.txt\" ).string()\n"
- << LMI_FLUSH
- ;
}
PreferencesModel::~PreferencesModel()