Actions
Bug #14810
closedsuperclass mismatch for class ComputeProfileIntegrationTest
Description
The new test case I added at test/integration/compute_profile_js_test.rb has the same class name as an existing test case (ComputeProfileIntegrationTest) causing the following error when you run rake test
:
TypeError: superclass mismatch for class ComputeProfileIntegrationTest /home/dcleal/code/foreman/foreman/test/integration/compute_profile_test.rb:3:in `<top (required)>'
Updated by Dominic Cleal over 8 years ago
- Related to Bug #14482: Saving compute profile attribute sets shows list of profiles in two pane added
Updated by Dominic Cleal over 8 years ago
Looking at Jenkins PR core logs, I don't think it's running any tests beyond ComputeProfileIntegrationTest since #14482 was merged.
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3463 added
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 6b541a032c2307696af9c88cd9bcc18de4b3bfc8.
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 155
Actions