Resolve "Unit tests unter Windows"
- Sep 13, 2024
-
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
- add scopes to enforce destruction of FileWriter, i.e. close file - only check file size after writing the complete file
-
Joscha Schmiedt authored
Something something string literals on Windows...
-
Joscha Schmiedt authored
The singleton instances of ConfigurationManager and ConnectionManager were stored as static variables in the static GetInstance methods. This causes weird errors on Windows where the singleton instance is not initialized in time and remains empty. This could be due to undefined behavior? Moving them to the namespace level fixes the unit test errors.
-