smartdevicelink/sdl_javascript_suite

Create WindowTypeCapabilities object incorrectly

RaedAlmomani opened this issue · 1 comments

Bug Summary

Creating WindowTypeCapabilities by providing the constructor with the type and number of windows. The constructor does not accept parms.

Reproduction Steps

  1. Create createDisplayCapabilityList and pass the list of items.
  2. Validate by running validateDisplayCapabilityList.

Expected Behavior:
The Validation will pass.

Observed Behavior:
The validation is failing.

Which projects have you seen this bug on?

No response

JavaScript Version(s)

1.7.0

sdl_javascript Version

1.7.0

Testing Environment(s)

Manticore v2.10.0

Relevant log output

No response

Fixed with bugfix/create_window_type_capabilities branch.