summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-29some test cases in definition componentIndrijeet kumar1-22/+48
some test cases in definition component Issue-ID: PORTAL-813 Change-Id: I46204d7c710d7763c18047cbc199169fe29de0bd Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-29Merge "some test cases in form fields components"Lorraine Welch1-27/+27
2020-04-29Merge "test cases in run-report-result-set comp"Lorraine Welch1-1/+27
2020-04-29Merge "test cases in run-report-form-fields comp"Lorraine Welch1-11/+9
2020-04-29Merge "test cases in run-report component"Lorraine Welch1-24/+21
2020-04-29Merge "some test cases in sql component"Lorraine Welch1-9/+21
2020-04-29removed failing test casesIndrijeet kumar7-37/+1
removed failing test cases Issue-ID: PORTAL-813 Change-Id: Ic4e35871edd7afb470e77e703c1eb8bbbe2ff0d7 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-29some test cases in sql componentIndrijeet kumar1-9/+21
some test cases in sql component Issue-ID: PORTAL-813 Change-Id: I921f391346af0d02a707b2b87ae3b11424a02881 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-28test cases in run-report componentIndrijeet kumar1-24/+21
test cases in run-report component Issue-ID: PORTAL-813 Change-Id: I32282f6da188a6892c846b8a9dc3b8730e149d27 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-28test cases in run-report-form-fields compIndrijeet kumar1-11/+9
test cases in run-report-form-fields component Issue-ID: PORTAL-813 Change-Id: I8c05f030cb0b134405c05434fcbb7b143369fa6d Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-28test cases in run-report-result-set compIndrijeet kumar1-1/+27
test cases in run-report-result-set component Issue-ID: PORTAL-813 Change-Id: Ic6f62c100191232c65164c5ed093caa86a5d8485 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-28some test cases in form fields componentsIndrijeet kumar1-27/+27
some test cases in form fields components Issue-ID: PORTAL-813 Change-Id: I4dca2d33346ff4ebbdf921a2785cc65e11613619 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-28Upgraded Batik,Apache Common dependencies to latest versionjz385p2-3/+8
Security fixes Issue-ID: PORTAL-886 Change-Id: Ia16554188227e8e27d1f1969d655fb04f7c145de Signed-off-by: jz385p <jegadeesh.babu@att.com>
2020-04-27Merge "some test cases in roles component"Lorraine Welch1-11/+29
2020-04-27Merge "some test cases in sidebar component"Lorraine Welch1-4/+15
2020-04-27Merge "some test cases in new-role component"Lorraine Welch1-5/+48
2020-04-27Merge "test cases in note component"Lorraine Welch1-0/+13
2020-04-27Merge "test cases in sql-validate-success-dialog comp"Lorraine Welch1-0/+5
2020-04-27Merge "test cases in self component"Lorraine Welch1-3/+46
2020-04-27Merge "some test cases in form-fields component"Lorraine Welch1-12/+61
2020-04-26some test cases in roles componentIndrijeet kumar1-11/+29
some test cases in roles component Issue-ID: PORTAL-813 Change-Id: Id57c0e7b8de25ffd1a2bb99562877e53bbf688cf Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-26some test cases in sidebar componentIndrijeet kumar1-4/+15
some test cases in sidebar component Issue-ID: PORTAL-813 Change-Id: I3b3548e4727c889cac47c42ddf9dafe55c137c02 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-27some test cases in new-role componentIndrijeet kumar1-5/+48
some test cases in new-role component Issue-ID: PORTAL-813 Change-Id: I72f7af4592025529e1140478002ed7877e619d15 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-26test cases in note componentIndrijeet kumar1-0/+13
test cases in note component Issue-ID: PORTAL-813 Change-Id: I8964486da163a1bfc8a7eb8851e0c7eca3a079a8 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-27test cases in sql-validate-success-dialog compIndrijeet kumar1-0/+5
test cases in sql-validate-success-dialog component Issue-ID: PORTAL-813 Change-Id: I1c6de6c677cc768fb38d52513947445bc81f22d4 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-27test cases in self componentIndrijeet kumar1-3/+46
some test cases in self component Issue-ID: PORTAL-813 Change-Id: I53a1617552e03474cd7490c9df9fb8b786a61ad9 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-27some test cases in form-fields componentIndrijeet kumar1-12/+61
some test cases in form-fields component Issue-ID: PORTAL-813 Change-Id: I2248771805769feff766deb80dc765f52d7e1d35 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-24added appropriate annotationRupinder4-15/+22
Issue-ID: PORTAL-865 Change-Id: I7e48fe4e6c9fbb4021b1d465b74f514969bcb20d Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-04-23Report, not discard, caught exception in ctorLott, Christopher (cl778h)1-2/+2
The PortalRestCentralServiceImpl constructor instantiates a class by name then calls methods on the new object. The ctor uses try/catch but if an exception occurs, the ctor discards that exception and throws ClassCastException with a vague message. Change to throw ServletException and include the cause exception. Change-Id: I4f9f0c03026cedff5e65fb904f24eb3f6b658fac Issue-ID: PORTAL-865 Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
2020-04-20Merge "test cases written in usage component"Lorraine Welch1-1/+16
2020-04-20Merge "removed some code smells"Lorraine Welch3-59/+115
2020-04-20Merge "test cases in user component"Lorraine Welch1-0/+62
2020-04-20Merge "Remove User/Profile Feed Queries"Sunder Tattavarada1-11/+0
2020-04-19Merge "wrote test case for dashboard-report-grid comp"Lorraine Welch1-0/+23
2020-04-17Merge "test cases in menus component"Lorraine Welch1-11/+11
2020-04-17Merge "added test case for search component"Lorraine Welch1-21/+51
2020-04-17Merge "test cases in header-interceptor comp"Lorraine Welch1-0/+62
2020-04-18Remove User/Profile Feed QueriesSudarshan Kumar1-11/+0
Remove User/Profile Feed Queries Issue-ID: PORTAL-877 Change-Id: I580239e89375197d52c6566ca21398a4a686f1e6 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-04-17Merge "some more test cases in menus service"Lorraine Welch1-1/+42
2020-04-17wrote test case for dashboard-report-grid compRupinder1-0/+23
Issue-ID: PORTAL-834 Change-Id: I19df9558a5688a43521bff01df0154cb4955a3fd Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-17some commits in self roles & role-functionsIndrijeet kumar3-2/+38
some commits in self roles & role-functions Issue-ID: PORTAL-813 Change-Id: I816845d40e3a6af3cc1f8167117489b22d0fbe39 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-17some more test cases in menus serviceIndrijeet kumar1-1/+42
some more test cases in menus service Issue-ID: PORTAL-813 Change-Id: I2446d40b6f23d6fefd3745ec68a8d9614d977274 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-16test cases in user componentIndrijeet kumar1-0/+62
test cases in user component Issue-ID: PORTAL-813 Change-Id: I45344f8f61e1e2164bbdcf99c2e04bf722527490 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-16test cases in header-interceptor compIndrijeet kumar1-0/+62
test cases in header-interceptor component Issue-ID: PORTAL-813 Change-Id: I756502aa278554201b59a36af273dcd99b957fac Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-16added test case for search componentRupinder1-21/+51
Issue-ID: PORTAL-834 Change-Id: I0f7e0d9db2264e92329e6a062fbd21e55b5cba59 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-15Merge "test cases written in new-role-function comp"Lorraine Welch1-6/+40
2020-04-15Merge "some test cases in role-functions service"Lorraine Welch1-0/+50
2020-04-15Merge "some test cases in menus service"Lorraine Welch1-0/+93
2020-04-15Merge "some test cases written in new-role component"Lorraine Welch1-7/+40
2020-04-16some test cases written in new-role componentIndrijeet kumar1-7/+40
some test cases written in new-role component Issue-ID: PORTAL-813 Change-Id: I7cda03d9d82aeff6047259be2b4369f7fd1d3bee Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>