Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027743 | Openbravo ERP | A. Platform | public | 2014-10-02 16:05 | 2014-12-30 23:22 |
|
Reporter | shuehner | |
Assigned To | alostale | |
Priority | immediate | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | inigosanchez |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Packaging and release |
Regression date | 2014-08-11 |
Regression introduced in release | main |
Regression introduced by commit | http://code.openbravo.com/erp/devel/pi/rev/0276fa6a664f5b9b0c9e690d1a45d55da86f792b [^] |
Triggers an Emergency Pack | No |
|
Summary | 0027743: ant target run.api.test.javascript is broken after latest junit changes |
Description | Running that target does not find its .class anymore.
Looks like that internal target from src/build.xml was missing to be moved to src-test in that project as the others were. |
Steps To Reproduce | ant run.api.test.javascript -Dapi.test.javascript.details=/tmp -DjsPath=web/ -Dexport=yes |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | feature request | 0027290 | | closed | inigosanchez | Upgrade all test cases of JUnit (Version 4.11) |
|
Attached Files | 27743.export (2,340) 2014-10-03 08:14 https://issues.openbravo.com/file_download.php?file_id=7298&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2014-10-02 16:05 | shuehner | New Issue | |
2014-10-02 16:05 | shuehner | Assigned To | => AugustoMauch |
2014-10-02 16:05 | shuehner | OBNetwork customer | => No |
2014-10-02 16:05 | shuehner | Modules | => Core |
2014-10-02 16:05 | shuehner | Regression level | => Packaging and release |
2014-10-02 16:05 | shuehner | Triggers an Emergency Pack | => No |
2014-10-03 07:29 | alostale | Relationship added | caused by 0027290 |
2014-10-03 07:30 | alostale | Regression date | => 2014-08-11 |
2014-10-03 07:30 | alostale | Regression introduced in release | => main |
2014-10-03 07:30 | alostale | Regression introduced by commit | => http://code.openbravo.com/erp/devel/pi/rev/0276fa6a664f5b9b0c9e690d1a45d55da86f792b [^] |
2014-10-03 07:30 | alostale | Assigned To | AugustoMauch => alostale |
2014-10-03 07:49 | alostale | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=6718#r6718 |
2014-10-03 07:54 | alostale | Note Added: 0070674 | |
2014-10-03 07:54 | alostale | Note Edited: 0070674 | bug_revision_view_page.php?bugnote_id=0070674#r6720 |
2014-10-03 08:14 | alostale | File Added: 27743.export | |
2014-10-03 08:14 | alostale | Note Added: 0070675 | |
2014-10-03 10:22 | inigosanchez | Status | new => acknowledged |
2014-10-03 10:22 | inigosanchez | Status | acknowledged => scheduled |
2014-10-03 10:22 | inigosanchez | fix_in_branch | => pi |
2014-10-03 15:24 | hgbot | Checkin | |
2014-10-03 15:24 | hgbot | Note Added: 0070701 | |
2014-10-03 15:24 | hgbot | Status | scheduled => resolved |
2014-10-03 15:24 | hgbot | Resolution | open => fixed |
2014-10-03 15:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/408e2537962c05b167370a0eb7b5fbc44f0db85e [^] |
2014-10-06 08:28 | alostale | Review Assigned To | => inigosanchez |
2014-10-06 08:52 | inigosanchez | Note Added: 0070722 | |
2014-10-06 08:52 | inigosanchez | Status | resolved => closed |
2014-12-30 23:22 | hudsonbot | Checkin | |
2014-12-30 23:22 | hudsonbot | Note Added: 0072890 | |
Notes |
|
|
Tested by executing the task explained in the steps to reproduce. It generates *.details files in /tmp with info about global js functions + variables.
|
|
|
|
attached export as pi is frozen |
|
|
(0070701)
|
hgbot
|
2014-10-03 15:24
|
|
Repository: erp/devel/pi
Changeset: 408e2537962c05b167370a0eb7b5fbc44f0db85e
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Oct 03 07:51:10 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/408e2537962c05b167370a0eb7b5fbc44f0db85e [^]
fixed bug 27743: ant target run.api.test.javascript is broken
JavaScriptAntTest ant task was moved to src-test but the ant task in build.xml
invoking it was not.
Build.xml files have been changed to reflect new location.
---
M build.xml
M src-test/build.xml
M src/build.xml
---
|
|
|
|
Code reviewed and tested in pi@408e2537962c
Test cases:
-Tested by executing the task explained in the steps to reproduce: VERIFIED |
|
|
|
|