calamares/src/modules/partition/tests
Adriaan de Groot f8df49e40f [partition] Fix up tests
- Although we long ago replaced the getPartitions implementation, the
  test is still there, and on a machine with no /dev/sda (e.g. because
  root is on nvme) the echo-awk-shell-pipeline can give an empty string;
  this is turned into a QStringList{""} which has one element, while
  the new version has 0 elements.
- Special-case the test that empty strings should be empty lists, rather
  than 1-element lists with an empty element.
2020-04-21 13:35:01 +02:00
..
ClearMountsJobTests.cpp [partition] Fix up tests 2020-04-21 13:35:01 +02:00
ClearMountsJobTests.h [partition] Expand tests to ClearMountsJob 2019-06-24 12:47:53 +02:00
CMakeLists.txt [partition] Fix tests 2020-02-20 22:51:24 +01:00
PartitionJobTests.cpp [partition] Tidy up includes 2020-03-09 21:09:24 -05:00
PartitionJobTests.h [modules] Be more consistent in include punctuation 2020-03-09 21:05:15 -05:00