#37842 closed enhancement (fixed)
Make the tests for `comment_exists()` a little bit faster.
| Reported by: | anonymized_8769252 | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.7 |
| Component: | Build/Test Tools | Version: | 4.4 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
The current test methods in Tests_Admin_IncludesComment each create their own posts and comments.
It is possible to run the same tests by using a post with two comments attached, which is used by all tests.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Dy-no-mite! Thanks for the patch.