Kaydet (Commit) c3f82afd authored tarafından Aurimas Fišeras's avatar Aurimas Fišeras Kaydeden (comit) Michael Stahl

Remove temporary config.ini after the test

Change-Id: I7bc0c6554b4d5e870a49740b2b7243d9a9246ca8
Signed-off-by: 's avatarAurimas Fišeras <aurimas@members.fsf.org>
Reviewed-on: https://gerrit.libreoffice.org/72063
Tested-by: Jenkins
Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst 6546d8ad
......@@ -35,6 +35,8 @@ public:
osl::File::copy(maOriginalConfigFile, maConfigFile);
}
virtual void tearDown() override { osl::File::remove(maConfigFile); }
void testHasGroup()
{
Config aConfig(maConfigFile);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment