FLUID-3362: Test cases for properties file parsing have rotted

Metadata

Source
FLUID-3362
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Antranig Basman
Created
2009-11-05T14:08:09.000-0500
Updated
2009-11-13T09:19:29.000-0500
Versions
  1. 1.1.2
Fixed Versions
  1. 1.2
Component
  1. Framework

Description

The test cases for parsing Java-style properties file parsing have rotted in that they are no longer being invoked. This may be because of drift in support of the underlying testing framework for asynchonously (that is, not on the same stack frame as the issuing of the "test" call) issued testing assertions. The final test shown from "Renderer Tests" should be "Properties file parsing".

Comments

  • Antranig Basman commented 2009-11-05T14:21:09.000-0500

    Reordered the test cases to issue the test from inside the fetch callback. It is unclear why this used to work before - when did we update the testing framework that might have changed this behaviour?

  • Justin Obara commented 2009-11-13T09:19:29.000-0500

    tests seem to be passing