aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/030_fileformats_spec.lua
Commit message (Collapse)AuthorAge
* functests: Fix legacy/030_fileformats_spec testZyX2017-04-09
| | | | For some reason it had a number of not working bwipeout! commands. execute() successfully hid the failures, command() is not that permissive.
* functests: Replace execute with either command or feed_commandZyX2017-04-09
| | | | | | | | | | Hope this will make people using feed_command less likely: this hides bugs. Already found at least two: 1. msgpackparse() will show internal error: hash_add() in case of duplicate keys, though it will still work correctly. Currently silenced. 2. ttimeoutlen was spelled incorrectly, resulting in option not being set when expected. Test was still functioning somehow though. Currently fixed.
* Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
|
* test: fixKillTheMule2016-07-29
|
* A bit of lintingKillTheMule2016-07-28
|
* tests: Update migrated legacy test 30 for patch 7.4.643.Lucas Hoffmann2016-05-23
| | | | The patch was merged into master at f104ce2d.
* tests: Migrate legacy test 30.Lucas Hoffmann2016-05-23
The original test did also create additional auxiliary files which where never used. They are not created any longer.