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

Tests: Modularize unit testing #2654

Closed
wants to merge 1 commit into from
Closed

Conversation

kwolekr
Copy link
Contributor

@kwolekr kwolekr commented Apr 26, 2015

Split unit tests into separate files under src/unittest/
Give better unittest diagnostics
Clean up some code

Here is the new output of unit testing:
http://fpaste.org/215528/29131143/

@kwolekr kwolekr force-pushed the master branch 2 times, most recently from 133c31f to 3a4d829 Compare April 26, 2015 07:07
Split unit tests into separate files under src/unittest/
Give better unittest diagnostics
Clean up some code
FILESYS_CASE_INSENSITIVE is true
*/
int expected_results[numpaths][numpaths] = {
{1,2,0,0,0,0,0,0,0,0,0,0},
Copy link
Contributor

Choose a reason for hiding this comment

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

Did this get fixed? Last I checked it actually failed on Windows but since the unit test seemed more complicated than the actual function that it tests it was never fixed (AFAIK)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didn't modify the contents of this test at all. I believe it did get fixed at some point, not sure.

@kwolekr
Copy link
Contributor Author

kwolekr commented Apr 26, 2015

7220ca9

@kwolekr kwolekr closed this Apr 26, 2015
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.

None yet

2 participants