-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix test cases #192
Fix test cases #192
Conversation
* 'master' of https://github.com/neyapraveen/tp: (41 commits) Fix checkstyle Remove code Edit to camelCase Edit tests Edit tests Edit tests Add test cases for check Add MarkCommandTest and UnMarkCommandTest files Add unmark command test Fix checkstyle errors for main and test fix syntax error due to resolving merge conflict Update contact us line in UG Update DG image, DG and PPP Update docs/UserGuide.md Update docs/UserGuide.md Update PPP and DG Update use of person to student in UG Edit UG Edit UG Edit UG ...
}); | ||
} | ||
} | ||
//package seedu.address.ui; |
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.
ignore the commenting out, this might need to be changed because it doesn't consider multiple test cases using fx simultaneously. Need to rerun and test with @wnchan 's edited test cases
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.
will resolve the merge conflict
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.
you can merge first then ill work on fixing the help window test cases to run with yours.
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.
Yep thanks
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.
lgtm!
LGTM |
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.
Overall LGTM!
}); | ||
} | ||
} | ||
//package seedu.address.ui; |
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.
you can merge first then ill work on fixing the help window test cases to run with yours.
85c8259
into
AY2324S1-CS2103T-F12-2:master
Fix test cases for new features.