Ticket #105 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Unit test lib/GeoExt/data/WMSCapabilitiesReader.html fails

Reported by: cmoullet Assigned to: tschaub
Priority: critical Milestone: 0.6
Component: GeoExt.data.WMSCapabilitiesReader Version: trunk
Keywords: Cc:
State: None

Description

When starting unit test http://dev.geoext.org/trunk/geoext/tests/run-tests.html of lib/GeoExt/data/WMSCapabilitiesReader.html, it freezes on IE8 (8.0.6001.18783) on Windows Vista Family Edition Premium SP1. Sorry, difficult to know more.

Change History

06/24/09 21:49:50 changed by cmoullet

On Chrome 2.0.172.33 (Widnows Vista), here is the error message:

test_constructor fail 1 ok 1 fail number of default items is correct. eq: values differ: got 14, but expected 11 ok field values set from configuration are correct test_read planned 13 assertions but got 0; fail 0 ok 0 exception: : object: doc is not defined

06/24/09 22:26:11 changed by tschaub

  • owner set to tschaub.
  • summary changed from Unit test lib/GeoExt/data/WMSCapabilitiesReader.html freezes on IE8 to Unit test lib/GeoExt/data/WMSCapabilitiesReader.html fails.

Looks like this fails everywhere. I'll check it out now.

06/24/09 22:34:53 changed by tschaub

  • version changed from 0.5 RC1 to SVN.
  • milestone changed from 0.5 to 0.6.

Ok, this came with r1152. So, this failure is on the trunk but not in the rc. I'll fix up the tests to account for the change in r1152.

06/24/09 22:45:18 changed by tschaub

  • version changed from SVN to trunk.

06/24/09 22:46:14 changed by tschaub

  • status changed from new to closed.
  • resolution set to fixed.

(In [1155]) Three new fields were added to the WMSCapabilitiesReader in r1152. This change makes the tests pass (see #100, closes #105).