Actions
action #1411
closedRemove deprecated code from lib/modules and make awstandard obsolete
Start date:
2014-02-06
Due date:
% Done:
100%
Estimated time:
5.00 h
Description
There is a lot of code in lib/modules that have become obsolete with the port to Mojolicious.
- awstandard should die:
- All the calls to file_content() should be replaced by Mojolicious' slurp()
- Any other useful function should be migrated into a proper Mojolicious helper
- sort_list and sort_table are obsolete
- openqa.pm needs cleanup:
- several functions are obsolete
- Functions that are UI related (like cycle, res_css and res_display) should be migrated into proper Mojolicious helpers
Updated by coolo over 9 years ago
- Target version changed from future to Sprint 13
Updated by ancorgs over 9 years ago
Removed UI-related functions from openqa.pm. While on it, merged columns for screenshots, OCR and audio tests. https://github.com/os-autoinst/openQA/pull/141
Updated by ancorgs over 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
awstandard was killed long time ago. With the last PR openqa.pm is relatively clean from UI-related stuff. Closing.
Actions