Commit a3728b0
Address review comments: use unique temp file and improve assertions
- Replace hardcoded /tmp/test_log.dat with unique temporary file using boost::filesystem
- Change EXPECT_TRUE comparisons to EXPECT_GT and EXPECT_EQ for better test clarity
- Add boost::filesystem include and using directive
Co-authored-by: highperformancecoder <3075825+highperformancecoder@users.noreply.github.com>1 parent af53538 commit a3728b0
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
1291 | 1293 | | |
1292 | 1294 | | |
1293 | 1295 | | |
1294 | | - | |
| 1296 | + | |
1295 | 1297 | | |
1296 | 1298 | | |
1297 | 1299 | | |
| |||
1443 | 1445 | | |
1444 | 1446 | | |
1445 | 1447 | | |
1446 | | - | |
1447 | | - | |
| 1448 | + | |
| 1449 | + | |
1448 | 1450 | | |
1449 | 1451 | | |
1450 | 1452 | | |
| |||
0 commit comments