test: Changed ProjectSettingsTestSuite to SettingsTestSuite and extended it substantially

This commit is contained in:
Eberhard Graether
2014-07-31 02:17:17 +02:00
parent 890575cd90
commit af9b75348c
7 changed files with 198 additions and 19 deletions
+1
View File
@@ -6,6 +6,7 @@
Settings::Settings()
{
clear();
}
Settings::~Settings()
+1
View File
@@ -16,6 +16,7 @@ public:
void save(const std::string& filePath);
void clear();
protected:
template<typename T>
T getValue(const std::string& key, T defaultValue) const;