mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
implement GH #700: PropertyFileConfiguration preserve comments.
This commit is contained in:
@@ -27,7 +27,10 @@ public:
|
||||
virtual ~PropertyFileConfigurationTest();
|
||||
|
||||
void testLoad();
|
||||
void testLoadEmpty();
|
||||
void testLoadWithPreserveComment();
|
||||
void testSave();
|
||||
void testLoadSaveWithPreserveComment();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
@@ -36,6 +39,8 @@ public:
|
||||
|
||||
private:
|
||||
virtual Poco::Util::AbstractConfiguration* allocConfiguration() const;
|
||||
|
||||
void testLoad(bool preserveComment);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user