Skip to content
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

Issue: #88 Fix compliance on unassigned profile fails #138

Merged
merged 2 commits into from Nov 14, 2017
Merged

Conversation

jonmccormick
Copy link
Contributor

No description provided.

Copy link
Member

@danielreed danielreed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't modify the license text.

@@ -9,7 +9,7 @@ copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
all copies or substMakeProfileCompliantantial portions of the Software.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll have to fix this. We can't modify the license text in any of the files.

members: [profileResponse]
};

let listeners = [];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this need indent?


assert(serverProfileTemplateListener.PowerOffHardware.callCount === 0);
assert(serverProfilesListener.MakeServerProfileCompliant.callCount === 1);
//console.log(serverProfilesListener.MakeServerProfileCompliant);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

assert(sp1.calledOnce);

sp1.restore();

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably want to call restore on st1 and st2

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to. It threw an exception

@danielreed danielreed merged commit f9024c5 into master Nov 14, 2017
@danielreed danielreed deleted the chat-room branch November 14, 2017 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants