-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: OpenIDM 4.5.1
-
Fix Version/s: OpenIDM 4.5.1
-
Component/s: Module - Web UI
-
Labels:
-
Target Version/s:
The AttributesGridViewTest introduced with the fix for OPENIDM-6051 is failing on OpenIDM 4.5.1.
[INFO] Running "qunit:test" (qunit) task [INFO] Testing target/qunit/index.html F............ [INFO] >> global failure [INFO] >> Message: SyntaxError: Parse error [INFO] >> Actual: null [INFO] >> Expected: undefined [INFO] >> file:///Users/cgdrake/Projects/openidm/openidm-ui/openidm-ui-admin/target/qunit/tests/org/forgerock/openidm/ui/admin/mapping/properties/AttributesGridViewTest.js:16 [INFO] [INFO] Warning: 1/30 assertions failed (61ms) Use --force to continue. [INFO] [INFO] Aborted due to warnings.
Failure occurs at the followin line:
return $.Deferred().resolve({ sampleDetails, globals });