Metadata
- Source
- FLUID-3356
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Laurel Williams
- Reporter
- Laurel Williams
- Created
2009-11-03T15:44:46.000-0500 - Updated
2009-12-02T13:38:37.000-0500 - Versions
- N/A
- Fixed Versions
-
- 1.2
- Component
-
- Infusion Builder
Description
The php tests have expected values which include 1.2 (the previous expected value for the fluid version number). Because we are currently using fluid 1.1.2, the tests break. We need to remove the reliance on a hard coded version number and move to a dynamically obtained value.
Comments
-
Laurel Williams commented
2009-11-04T14:52:31.000-0500 I would like to follow up on FLUID-3356 by doing this at some point.
-
Laurel Williams commented
2009-11-04T14:59:20.000-0500 Altered PostClass: added function to retrieve the fluid version number
Added test to check this (test will fail unless manually updated with correct fluid version number on new releases).
Altered tests which relied on hard coded version number to use the new function