-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Trunk 2303 #266
Trunk 2303 #266
Conversation
@@ -14,6 +14,8 @@ | |||
package org.openmrs; | |||
|
|||
import java.text.DateFormat; | |||
import java.text.NumberFormat; // new formatter for getValueAsString |
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.
No need to comment import. Please remove it.
@@ -31,8 +31,8 @@ | |||
import org.openmrs.test.Verifies; | |||
|
|||
/** | |||
* This class tests all methods that are not getter or setters in the Obs java object TODO: finish | |||
* this test class for Obs | |||
* This class tests all methods that are not getter or setters in the Obs java |
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 don't think you have the right code template, and this line was reformatted to be too short. Make sure you have the code formatter and template defined at https://wiki.openmrs.org/display/docs/Coding+Conventions
Make sure to write more test cases, to reflect most of the scenarios described on the ticket. And please redo the formatting so that it doesn't introduce a bunch of spurious formatting changes. :-) |
https://tickets.openmrs.org/browse/TRUNK-2303