Kenneth Skovhede
115e887802
Implemented new updater logic that supports multi-arch distributions.
2024-03-15 14:18:56 +01:00
Kenneth Skovhede
473c6cbbb8
Merge commit '4f577c65a4d8806f79637c50c21ca3a683c5a07a' into feature/kestrel-avalonia-upgrade
2024-03-04 12:21:53 +01:00
Kenneth Skovhede
d7f027b9e2
Fixed usings in unit tests
2024-03-03 15:41:49 +01:00
Kenneth Skovhede
aa20088c39
Tool based upgrade of all projects with some manual update
2024-03-01 14:29:54 +01:00
Kenneth Skovhede
40dd3c6816
Updated all license mentions to MIT
2024-02-28 15:45:30 +01:00
Thomas Suckow
5956b771f0
Cleanup inconsistent overrides of test SetUp and TearDown.
...
Also add some memory usage diagnostics
2022-05-05 22:30:15 -07:00
Kenneth Hsu
d5b6386cfe
Use helper method to compare contents of directories.
2020-09-27 14:06:03 -07:00
Dean Ferreyra
f4195e4eb0
Address review comments from @warwickmm
...
Replace `VerifyDir` and `CompareFiles` with
`AssertDirectoryTreesAreEquivalent` and `AssertFilesAreEqual`.
Move `WriteFile` to `TestUtils`.
Add "Symlink" category to start.sh.
2020-09-11 20:06:53 -07:00
Kenneth Hsu
e1a6ae4483
Check operation results for errors and warnings in tests.
2020-07-05 18:50:10 -07:00
Kenneth Hsu
5ff5961019
Test RecoveryTool using file-based and in-memory index.
2020-01-23 20:45:49 -08:00
Kenneth Hsu
30ea3c05da
Fix typo in comment.
2020-01-22 17:44:12 -08:00
Kenneth Hsu
6a6224a10a
Reset current directory before removing test files.
...
The RecoveryTool sets the currenty directory during its operation. We
must reset the current directory so that the test teardown methods do
not complain that paths are being used by other processes.
2020-01-18 14:44:05 -08:00
Kenneth Hsu
bfbae6fcaf
Add test for restoring files using RecoveryTool.
2020-01-18 09:36:03 -08:00