Issue 60256 - branding OOo-Dev unknown
Summary: branding OOo-Dev unknown
Status: CLOSED FIXED
Alias: None
Product: QA
Classification: Unclassified
Component: testscripts (show other issues)
Version: current
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: Joost Andrae
QA Contact: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-09 12:09 UTC by Joost Andrae
Modified: 2013-08-07 15:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Joost Andrae 2006-01-09 12:09:20 UTC
If you start first.bas or topten.bas with src680m149 with the product
OpenOffice_Dev (branding OOo-Dev) then testtool throws a warning mentioning that
the branding OOo-Dev is unknown.

Please add the branding OOo-Dev to testtool
Comment 1 b.osi.ooo 2006-01-10 10:33:25 UTC
.
Comment 2 b.osi.ooo 2006-01-12 10:24:20 UTC
Fixed;
OOo-dev will get substituted by OpenOffice.org;

       ' A special build of OpenOffice.org is OOo-dev; #i56804#
        if (gProductName = "OOo-dev") then
            gProductName = "OpenOffice.org"
            PrintLog "This is a 'OOo-dev' product build."
        endif

/qa/qatesttool/global/system/inc/iniinfo.inc 1.46
Comment 3 b.osi.ooo 2006-01-12 10:35:45 UTC
.
Comment 4 andreschnabel 2006-01-15 14:35:29 UTC
verified with m105 -> closing