Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-21 | Enable --adhoc automatically when cache is empty | Florian Pritz | 1 | -0/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-06-11 | Use Test::Pod::Coverage for main package | Florian Pritz | 1 | -0/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-06-06 | Use Test::Pod | Florian Pritz | 1 | -0/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-11 | t2_parsing: Ensure the timezone is reset after modifying TZ | Florian Pritz | 1 | -2/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-11 | t2_parsing: Force UTC timezone | Florian Pritz | 1 | -7/+9 | |
The test only worked in GMT+1 before this... Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-10 | t/02_parsing: Fix too many arguments to _handle_added_archives | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-01 | Mark some functions private | Florian Pritz | 2 | -10/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-01 | Do not pass $opts to main class | Florian Pritz | 3 | -3/+3 | |
The only reason this was done, was for the debug output. This no longer requires large amounts of memory or time (simple count(*) in the db now) so this is no longer necessary. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-13 | Fix 02_parsing.t | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-12 | Fix sort order of detected archives | Florian Pritz | 1 | -0/+29 | |
cmp sorts strings, <=> sorts numbers Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-04 | Add new_no_defaults constructor for test suite | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-04 | Test timespec_to_seconds | Florian Pritz | 1 | -0/+21 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-04 | Test adding of new archives | Florian Pritz | 1 | -0/+49 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-02 | Allow dots in archive names | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-27 | Test Helper::untaint_archive_name | Florian Pritz | 1 | -0/+18 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-26 | initial commit | Florian Pritz | 1 | -0/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |