celix icon indicating copy to clipboard operation
celix copied to clipboard

version and version_range mocks outdated and still used

Open rlenferink opened this issue 6 years ago • 0 comments

Some of the framework tests still use the "version" and/or "version_range" mock. with the transition of CELIX-323, the version and "version_range" to the utils, the mock remained in the framework mocks. After/during the move, new functionality was added to the source files, the mocks are now out of date. Since almost every test links against the celix_utils lib, the mock is also redundant.

either the mocks need to be kept up to date and moved to the utils, or they should be removed, which will require some of the tests to be adapted.

the framework tests in question are:

  • bundle_test
  • capability_test
  • manifest_parser_test
  • module_test
  • requirement_test
  • resolver_test
  • they might each require different amounts of adaptation

Original creation date: 07/Jan/2016 Reporter: Menno van der Graaf

rlenferink avatar Sep 28 '19 14:09 rlenferink