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

Fix broken tests in BabelTransformerTests.cs #170

Merged
merged 1 commit into from
Oct 15, 2015

Conversation

radnor
Copy link
Contributor

@radnor radnor commented Oct 15, 2015

Change two Assert.AreEqual() calls to StringAssert.EndsWith(). This fixes the build.

Change two Assert.AreEqual() calls to StringAssert.EndsWith(). This fixes the build.
@Daniel15
Copy link
Member

How is the test failing - What's in result when it fails?

@radnor
Copy link
Contributor Author

radnor commented Oct 15, 2015

Here's what's in result:

// Automatically generated by ReactJS.NET. Do not edit, your changes will be overridden.
// Version: 
// Generated at: 10/15/2015 9:02:38 AM
///////////////////////////////////////////////////////////////////////////////
React.DOM.div('Hello World')

@Daniel15
Copy link
Member

Ahh, this must have broken with 4c73590. derp. Thanks for fixing it.

Daniel15 added a commit that referenced this pull request Oct 15, 2015
Fix broken tests in BabelTransformerTests.cs
@Daniel15 Daniel15 merged commit 9dc1d79 into reactjs:master Oct 15, 2015
@radnor radnor deleted the patch-1 branch October 15, 2015 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants