Metadata
- Source
- FLUID-3827
- Type
- Task
- Priority
- Critical
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Cindy Li
- Reporter
- Cindy Li
- Created
2010-11-09T10:42:06.991-0500 - Updated
2010-11-11T15:58:38.431-0500 - Versions
-
- 1.2.1
- Fixed Versions
-
- 1.3
- Component
-
- Infusion Builder
Description
URL of PHP unit test page @ infusion builder daily build:
http://forge.fluidproject.org/infusionBuilder/tests/php/InfusionBuilderTests.php
This page doesn't get loaded because the constants in a couple of configuration files are incorrect. The solution is to set the default values of these constants to the ones used by infusion builder daily build so that users can easily test the site.
Regarding the local builds, these constant values need to be manually adjusted by following the instructions on wiki page "Deploying the Infusion Builder".
Environments
The server where infusion builder daily build is located (http://forge.fluidproject.org/)
Attachments
Comments
-
Cindy Li commented
2010-11-09T10:48:00.721-0500 "FLUID-3827-1.patch.txt" does:
1. combined 2 constants used by PHP unit test (TEST_INFUSION_BUILDER_URL, TEST_BASE_PATH) into one (TEST_INFUSION_BUILDER_URL);
2. set the default values of the constants used by PHP unit test to use the daily build configurations. -
Justin Obara commented
2010-11-09T11:01:15.918-0500 "Bug Parade Infusion 1.3"
-
Michelle D'Souza commented
2010-11-09T16:21:30.140-0500 Committed at revision 10203.
-
Cindy Li commented
2010-11-11T10:34:00.517-0500 Michelle's commit also switches .externals from 1.2.1 release trunk to infusion library daily build trunk. This change discovers two issues:
1. The version number in the daily build "1.3-SNAPSHOT" is not parsed correctly by php script. The characters are skipped, as a result incorrect version number "1.3" is given;
2. Some php unit tests fail because 1.3 removes "JQuery Delegate Plugin" which those test cases test on. -
Cindy Li commented
2010-11-11T10:41:03.131-0500 "FLUID-3827-2.patch.txt" does:
1. Corrected the part in the php script to allow all kind of characters in the infusion version number, for instance, - or chars;
2. Removed the references to "JQuery Delegate Plugin" from php unit tests.Note that "FLUID-3827-1.patch.txt" has been committed. This patch is created on top of the trunk that "FLUID-3827-2.patch.txt" has been applied.
-
Cindy Li commented
2010-11-11T15:58:19.071-0500 Michelle reviewed and committed the patch into revision 10216.
-
Cindy Li commented
2010-11-11T15:58:38.428-0500 Issue closed.