Commit 417b277
authored
BAH-3439 | Added birthtime property in the openmrs webservice.rest module. (#593)
* Added birthtime property in the openmrs webservice.rest module.
* Override getUpdatableProperties in PersonResource1_10 and add birthtime
* Add testcase for update a person's birthtime.
* BAH-3439 || Move testcase which is for update a person's birthtime to other class.
* BAH-3439 || remove the commented part from PersonController2_2Test.java
* BAH-3439 || Add an assertion that the birthtime was updated to the new value
* BAH-3439 || Add an assertion that the birthtime was updated to the new value
* BAH-3349 || Change timezone
* BAH-3439 || Added space between methods in PersonController2_2Test.java
* BAH-3439 || Add an assertion that the birthtime was updated to the new value
* BAH-3439 || Add an updated assertion that the birthtime was updated to the new value.1 parent 2c89d75 commit 417b277
File tree
2 files changed
+24
-1
lines changed- omod-1.10/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_10
- omod-2.2/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_2
2 files changed
+24
-1
lines changedLines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
55 | 63 | | |
56 | 64 | | |
57 | 65 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
78 | 93 | | |
79 | 94 | | |
80 | 95 | | |
| |||
0 commit comments