Age | Commit message (Collapse) | Author | Files | Lines |
|
code smells removed
Issue-ID: PORTAL-813
Change-Id: Ia2148e9d874162b776147c88860a0366071c4ed2
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
|
|
|
|
|
|
test cases in menus component
Issue-ID: PORTAL-813
Change-Id: I795a08adfb09ced5b69086c30a92af23ebad34fe
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
test cases in security component
Issue-ID: PORTAL-813
Change-Id: I629949ffa5e9a3e7b5330d52fb3c752acb6a919f
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
|
|
|
|
some test cases in self component
Issue-ID: PORTAL-813
Change-Id: Ie070d510adf1eaf4125d459f76032d7482a1629d
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
removed a failing test case
Issue-ID: PORTAL-813
Change-Id: I2af15b0b3d3d1a9b8c941384d242790982cac8cf
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
|
|
|
|
Added maven property to skip test cases
Issue-ID: PORTAL-897
Change-Id: I6cd063b0e01f7ab5008cd1c138b0dc5482cf46bf
Signed-off-by: jz385p <jegadeesh.babu@att.com>
|
|
some test cases in form-fields component
Issue-ID: PORTAL-813
Change-Id: Ibc281d4e37567c1b79bd142fa3020f5313a04b6d
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
test cases in run-report-form-fields component
Issue-ID: PORTAL-813
Change-Id: I9e1d89be39c4d8583bb44117158437dcb1fe1711
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
|
|
|
|
some test cases in definition component
Issue-ID: PORTAL-813
Change-Id: I46204d7c710d7763c18047cbc199169fe29de0bd
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
|
|
|
|
|
|
|
|
|
|
removed failing test cases
Issue-ID: PORTAL-813
Change-Id: Ic4e35871edd7afb470e77e703c1eb8bbbe2ff0d7
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
some test cases in sql component
Issue-ID: PORTAL-813
Change-Id: I921f391346af0d02a707b2b87ae3b11424a02881
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
test cases in run-report component
Issue-ID: PORTAL-813
Change-Id: I32282f6da188a6892c846b8a9dc3b8730e149d27
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
test cases in run-report-form-fields component
Issue-ID: PORTAL-813
Change-Id: I8c05f030cb0b134405c05434fcbb7b143369fa6d
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
test cases in run-report-result-set component
Issue-ID: PORTAL-813
Change-Id: Ic6f62c100191232c65164c5ed093caa86a5d8485
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
some test cases in form fields components
Issue-ID: PORTAL-813
Change-Id: I4dca2d33346ff4ebbdf921a2785cc65e11613619
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
Security fixes
Issue-ID: PORTAL-886
Change-Id: Ia16554188227e8e27d1f1969d655fb04f7c145de
Signed-off-by: jz385p <jegadeesh.babu@att.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
some test cases in roles component
Issue-ID: PORTAL-813
Change-Id: Id57c0e7b8de25ffd1a2bb99562877e53bbf688cf
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
some test cases in sidebar component
Issue-ID: PORTAL-813
Change-Id: I3b3548e4727c889cac47c42ddf9dafe55c137c02
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
some test cases in new-role component
Issue-ID: PORTAL-813
Change-Id: I72f7af4592025529e1140478002ed7877e619d15
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
test cases in note component
Issue-ID: PORTAL-813
Change-Id: I8964486da163a1bfc8a7eb8851e0c7eca3a079a8
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
test cases in sql-validate-success-dialog component
Issue-ID: PORTAL-813
Change-Id: I1c6de6c677cc768fb38d52513947445bc81f22d4
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
some test cases in self component
Issue-ID: PORTAL-813
Change-Id: I53a1617552e03474cd7490c9df9fb8b786a61ad9
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
some test cases in form-fields component
Issue-ID: PORTAL-813
Change-Id: I2248771805769feff766deb80dc765f52d7e1d35
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
Issue-ID: PORTAL-865
Change-Id: I7e48fe4e6c9fbb4021b1d465b74f514969bcb20d
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
|
|
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>
|
|
|
|
|
|
|
|
|