Skip to content

fix(test): removed favicon, was breaking re-init unit test #79

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

Closed
wants to merge 1 commit into from

Conversation

Brocco
Copy link
Contributor

@Brocco Brocco commented Nov 27, 2015

fixes #75

Apparently the binary nature of the favicon.ico file was causing an issue when templates were being processed.

@cironunes
Copy link
Member

Thanks for the PR. This should fix #75

@Brocco Brocco closed this Nov 28, 2015
@Brocco
Copy link
Contributor Author

Brocco commented Nov 28, 2015

This is also fixed in PR #80

@Brocco Brocco reopened this Nov 28, 2015
@cironunes
Copy link
Member

@IgorMinar is it safe to just remove the favicon.ico or do you think that we'll need to fix the test to live with the favicon?

@IgorMinar
Copy link
Contributor

we should keep the favicon because otherwise everyone we'll see annoying http 404 errors in devtools. let's fix the tests

@Brocco
Copy link
Contributor Author

Brocco commented Nov 30, 2015

@IgorMinar by fixing the tests, I believe this will be a fix in the ember-cli repo. I have to trace back through but I believe it is choking when trying to do a file compare of the binary files. The test that is failing is when it is attempting to re-init.

@IgorMinar
Copy link
Contributor

so how about we merge this in to make the build green again, file a separate issue in this repo to readd the favicon and fix the actual issue in ember-cli? once the issue is fixed there we can readd the icon back.

@cironunes
Copy link
Member

@IgorMinar good one.

@Brocco
Copy link
Contributor Author

Brocco commented Dec 1, 2015

@IgorMinar I think that's a good compromise for now. There is a related issue already created for the ember-cli (ember-cli/ember-cli#4876)

@IgorMinar
Copy link
Contributor

Could we delete the icon in from our test just before reinit?
On Mon, Nov 30, 2015 at 5:25 PM Mike Brocchi [email protected]
wrote:

@IgorMinar https://github.com/IgorMinar I think that's a good
compromise for now. There is a related issue already created for the
ember-cli (ember-cli/ember-cli#4876
ember-cli/ember-cli#4876)


Reply to this email directly or view it on GitHub
#79 (comment).

@Brocco Brocco force-pushed the issue-75-build-error branch from a799255 to ff237fb Compare December 1, 2015 02:18
@Brocco
Copy link
Contributor Author

Brocco commented Dec 1, 2015

@IgorMinar good call on "deleting", I was able to utilize the Blueprint.ignoredFiles array to ignore the favicon file for the unit test. Branch is updated with that change.

@cironunes
Copy link
Member

Nice! I think that now we are good to merge it and have the ci green.

@IgorMinar
Copy link
Contributor

Can you add a comment there explaining what we are doing with the favicon?
Just link back to this PR.

Otherwise lgtm
On Tue, Dec 1, 2015 at 5:54 AM Ciro Nunes [email protected] wrote:

Nice! I think that now we are good to merge it and have the ci green.


Reply to this email directly or view it on GitHub
#79 (comment).

@cironunes
Copy link
Member

Added the comment as @IgorMinar requested and landed as 87bfa14.

Thanks for the PR, @Brocco!

@cironunes cironunes closed this Dec 2, 2015
@Brocco
Copy link
Contributor Author

Brocco commented Dec 2, 2015

@cironunes glad to assist

@Brocco Brocco deleted the issue-75-build-error branch December 10, 2015 15:37
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix CLI build
3 participants