-
Notifications
You must be signed in to change notification settings - Fork 117
George/enumerate2 #84
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
Conversation
|
@paulcallen, please review. |
paulcallen
left a comment
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.
fix the unittest and it looks good
| string expect; | ||
| NitsCompare(InhaleTestFile("TestOMICLI27.txt", expect), true, MI_T("Inhale failure")); | ||
| NitsCompareString(out.c_str(), expect.c_str(), MI_T("Output mismatch")); | ||
| NitsCompare(InhaleTestFile("TestOMICLI26.txt", expect), true, MI_T("Inhale failure")); |
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.
there is no point inhaling if you are not comparing! I thing you should be using your WordCount
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.
I think this one is OK. It's an invoke (iv) test, and we're asking it to spell "123".
b4f1131 to
2731bd0
Compare
9d0e090 to
8575d93
Compare
paulcallen
left a comment
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.
Looks good
* Fixes socket permission for handle sig.
Handle multiple items in each response.