FLUID-4360: Use of ad hoc deep equivalence function jqUnit.assertDeepEq should be replaced by standard facility in framework

Metadata

Source
FLUID-4360
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Antranig Basman
Reporter
Antranig Basman
Created
2011-07-27T16:09:24.889-0400
Updated
2024-07-22T09:41:39.602-0400
Versions
  1. 1.3.1
Fixed Versions
  1. 1.4
Component
  1. Testing Infrastructure

Description

An "ad hoc" equivalence function was added to our jqUnit integration some time ago. In a recent refresh of the base framework, an implementation was provided that performs better and also provides more readable diagnostics. We should remove our implementation and forward the assertDeepEq function to the base implementation.

Comments