try fix test under windows
This commit is contained in:
@@ -663,6 +663,7 @@ TEST(XpressInterface, Write) {
|
||||
std::ifstream tmpFile(tmpName);
|
||||
std::stringstream tmpBuffer;
|
||||
tmpBuffer << tmpFile.rdbuf();
|
||||
tmpFile.close();
|
||||
std::filesystem::remove_all(temporary_working_dir);
|
||||
|
||||
EXPECT_EQ(tmpBuffer.str(), R"(NAME newProb
|
||||
|
||||
Reference in New Issue
Block a user