Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0045222Openbravo ERPY. DBSourceManagerpublic2020-10-14 10:172020-10-16 10:47
alostale 
alostale 
normalminorhave not tried
closedfixed 
5
 
 
Core
No
0045222: execute single dbsm test
Currently it's possible to run all dbsm tests from cli through run.tests command, but it is not possible to run a single test/suite.
-
Make optionally possible to execute a single test passing it as parameter.

Ie.:
ant run.tests -Dtest=org.openbravo.dbsm.test.model.Functions
No tags attached.
related to defect 0045217 closed alostale org.openbravo.dbsm.test.model.Functions.invalidFunctionIsIgnored fails in cli 
Issue History
2020-10-14 10:17alostaleNew Issue
2020-10-14 10:17alostaleAssigned To => platform
2020-10-14 10:17alostaleModules => Core
2020-10-14 10:17alostaleTriggers an Emergency Pack => No
2020-10-14 10:18alostaleRelationship addedrelated to 0045217
2020-10-14 10:25hgbotNote Added: 0123675
2020-10-14 10:26alostaleAssigned Toplatform => alostale
2020-10-16 10:47hgbotResolutionopen => fixed
2020-10-16 10:47hgbotStatusnew => closed
2020-10-16 10:47hgbotNote Added: 0123739
2020-10-16 10:47hgbotNote Added: 0123740

Notes
(0123675)
hgbot   
2020-10-14 10:25   
Merge Request created: https://gitlab.com/openbravo/product/dbsm/-/merge_requests/15 [^]
(0123739)
hgbot   
2020-10-16 10:47   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/dbsm [^]
Changeset: 2c3b5a89f3fbaa98be8da03287b40e728e8482b3
Author: Asier Lostalé <asier.lostale@openbravo.com>
Date: 2020-10-16T08:46:59+00:00
URL: https://gitlab.com/openbravo/product/dbsm/-/commit/2c3b5a89f3fbaa98be8da03287b40e728e8482b3 [^]

fixed FR-45222: execute single dbsm test

Passing the test optional parameter now it is possible to execute a
single test/suite.

If test paramter is not passed, DBSMTestSuite is executed as it was
before.

Usage:

   ant run.tests -Dtest=org.openbravo.dbsm.test.model.Functions

---
M src-test/build.xml
---
(0123740)
hgbot   
2020-10-16 10:47   
Merge request merged: https://gitlab.com/openbravo/product/dbsm/-/merge_requests/15 [^]