FLUID-3039: Ajax tests don't show the correct number of passed and failed tests.

Metadata

Source
FLUID-3039
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Michelle D'Souza
Reporter
Michelle D'Souza
Created
2009-07-15T16:16:55.000-0400
Updated
2011-03-17T15:06:05.298-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Infrastructure

Description

Tests such as UIOptions which do ajax calls during or before the test do not show the correct number of pass and fails. UI Options, for example, shows this:

0 tests of 0 failed.

We should move to using QUnit's 'stop' and 'start' functions when doing AJAX in tests.

Comments

  • Michelle D'Souza commented 2009-07-16T11:52:44.000-0400

    The fix involved using QUnit's 'stop' and 'start' functions.