FLUID-3438: Javascript Unit Tests are all broken, because they are expecting the fetching of the template to be syncronous

Metadata

Source
FLUID-3438
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Michelle D'Souza
Reporter
Justin Obara
Created
2009-12-17T10:34:37.000-0500
Updated
2009-12-17T12:58:50.000-0500
Versions
N/A
Fixed Versions
  1. 1.2
Component
  1. Infusion Builder

Description

Javascript Unit Tests are all broken, because they are expecting the fetching of the template to be syncronous

The unit tests were refactored to use the updated jqUnit in trunk, which performs the fetching of templates synchronously. However, the infusion builder is being deployed with the Infusion 1.1.2 which still has the fetching of templates performed asynchronously.

Comments

  • Justin Obara commented 2009-12-17T12:09:58.000-0500

    Have added in a copy of jqUnit from trunk. This is a temporary measure and should be removed once the version of Infusion that the builder uses is updated.

  • Michelle D'Souza commented 2009-12-17T12:58:50.000-0500

    Justin fixed the issue and I've reviewed it.