Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#26344 closed defect (bug) (fixed)

Failure in Tests_Basic::test_readme()

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 3.8 Priority: normal
Severity: normal Version:
Component: Unit Tests Keywords:
Focuses: Cc:

Description

1) Tests_Basic::test_readme
readme.html's version needs to be updated to 3.8.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'3.8'
+'3.8
+'

Change History (1)

#1 @SergeyBiryukov
11 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 26489:

Make sure the version extracted from readme.html does not include a newline.

fixes #26344.

Note: See TracTickets for help on using tickets.