Bug 537207
| Summary: | Confirmation messages for content providers and repositories need to be updated. | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | John Sefler <jsefler> |
| Component: | Content | Assignee: | Jeff Ortel <jortel> |
| Status: | CLOSED WORKSFORME | QA Contact: | John Sefler <jsefler> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | cwelton, jortel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-03-26 12:38:02 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 538145 | ||
|
Description
John Sefler
2009-11-12 19:43:09 UTC
1. Create 3 content providers 2. Select all 3 content providers and click DELETE SELECTED Notice the confirmation message. Please change "sources" to "providers" java.lang.AssertionError: Confirmation block message matches pattern Deleted \[3\] content providers. expected:<true> but was:<false> 1. Create repository and a content provider 2. Associate the content provider with the repository. 2. Select repository and click SYNC SELECTED Notice the confirmation message. Please change "sources" to "providers" java.lang.AssertionError: Confirmation block message matches pattern Synchronizing \[3\] content providers. expected:<true> but was:<false> 1. Create repository and a content provider 2. Associate the content provider with the repository. Notice the tables on the association page entitled: Available Content Sources Content Sources Associated With This Repository The should be entitled: Available Content Providers Content Providers Associated With This Repository Updated confirmation messages and I think I got them all (f4fb61b22dbe018c7dd1ece28d9d1fbfbd52ecf3). Fixed table headings (d8811ca4d11e919fb3e00c3e091912dcf1983c16) changed 'Content Sources' to 'Content Providers'. Per Comment #2 -- given current behaviour, if we go to sync a repo, shouldn't it read "Synchronizing [1] repository" now, instead of "Synchronizing [1] content providers."? QA Closing. |