-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add tests for Accept-Languages headers for values other than English #61
Conversation
8W9aG
commented
Jan 29, 2016
- Increase coverage some more
96d818d
to
4545dd1
Compare
👍 |
* specific language governing permissions and limitations | ||
* under the License. | ||
*/ | ||
#import <Foundation/Foundation.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@import Foundation;
A small code style comment, as we’ve migrated to Also will we have more swizzeling in tests you think? Should we bring bring over our singleton swizzler? |
@rastersize I think this may be a one off (with the NSBundle case). Might make sense to bring in the swizzler once it is open sourced |
@8W9aG Alright 👍 |
* Get that coverage up
* Swizzle NSBundle mainBundle and supply our own preferred localizations
8812d71
to
763d0ed
Compare
Add tests for Accept-Languages headers for values other than English