Skip to content

Conversation

@onufryk
Copy link
Contributor

@onufryk onufryk commented Feb 27, 2017

No description provided.

Test Plan: unit tests

Reviewers: elliot, vignesh, mike.ng

JIRA Issues: OASIS-1008

Differential Revision: https://phabricator.optimizely.com/D14972
public void builderThrowsConfigParseExceptionForInvalidDatafile() throws Exception {
thrown.expect(ConfigParseException.class);
Optimizely.builder("{invalidDatafile}", mockEventHandler).build();
String invalidJson = "{invalidDatafile}";
Copy link
Contributor

Choose a reason for hiding this comment

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

since this was just for rebuilding, can we change this back?

@onufryk onufryk merged commit 545286d into devel Mar 1, 2017
@onufryk onufryk deleted the roman/npe branch March 1, 2017 18:21
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.

3 participants