-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SDK] Fix dotest #1061
Comments
Debugging exception in notification listener: Call Stack:
|
…es are still expected after shadow changes went in
So I debugged this yesterday. The exception is because getModeShadeGroups is checking to make sure that all of the requirements/dependencies for building the shade group are in place before it builds the shade group. In this case, the gradient1 and gradient2 values are NOT defined so it is throwing the exception above. These values are not defined because on line 122 of dotest.ts, it calls So there are two part of dotest that need to change.
|
This issue is currently blocked by #1063. |
Problem/Concern
As we will start running the SDK tests more often as we add changes to the SDK, we need to make sure that they are working correctly.
Currently
test/dotest.ts
is failing in two places:Proposed Solution
Fix the testcase so that it runs to successful completion.
The text was updated successfully, but these errors were encountered: