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

Move iron-test out of regular build. r=jlorenzo #101

Merged
merged 2 commits into from
Mar 1, 2016

Conversation

ferjm
Copy link
Member

@ferjm ferjm commented Feb 29, 2016

No description provided.

@ferjm
Copy link
Member Author

ferjm commented Feb 29, 2016

r? @JohanLorenzo

// When this comment was written, putting these 2 lines in before_each returns a compile error:
// ``` error: unresolved import `self::iron_test::request`. Could not find `iron_test` in
// service_router::service_router` [E0432] ```
extern crate iron_test;
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice! Thanks for finding how to fix it.

For reference, @ferjm gave me the trick on IRC: you have to do the import in main.rs

@JohanLorenzo
Copy link
Contributor

r+

Looks good to me overall, modulo a few nits and a small improvement we could do.

@ferjm ferjm force-pushed the iron-test.cfg.tests branch from da83d86 to 8682a77 Compare March 1, 2016 14:32
ferjm added a commit that referenced this pull request Mar 1, 2016
Move iron-test out of regular build. r=jlorenzo
@ferjm ferjm merged commit 394ebc0 into fxbox:master Mar 1, 2016
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.

2 participants