This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 44650 - It seems like we are not testing NB4.0 by automated tests
Summary: It seems like we are not testing NB4.0 by automated tests
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-09 16:18 UTC by Marian Mirilovic
Modified: 2008-12-22 18:09 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
About dialog - screenshot (348.14 KB, image/png)
2004-06-09 16:19 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-06-09 16:18:55 UTC
One of my test open About dialog, and as you can
see on screenshot splash screen isn't from NB4.0
!!! , it's from Platform, maybe it's a bug in
About dialog, but I would like to be sure ...
automated test runs on NB4.0 ....
Comment 1 Marian Mirilovic 2004-06-09 16:19:29 UTC
Created attachment 15600 [details]
About dialog - screenshot
Comment 2 Jiri Skrivanek 2004-06-10 07:44:21 UTC
It is probably something wrong with NetBeans launcher. XTest uses this:

netbeans\platform4\launcher>nbexec.exe --clusters ..\..\ide4;..\..\nb4.0
$ ./nbexec --clusters ../../ide4:../../nb4.0

If I try it from command line, it opens NB4.0, but splash screen is
from platform. Jardo, do you know what is wrong or who is responsible?
Comment 3 Jaroslav Tulach 2004-06-10 10:11:27 UTC
Please invoke nbexec with additional parameters "--branding nb". 

Comment 4 Jiri Skrivanek 2004-06-10 10:27:25 UTC
Fixed. "--branding nb" added.

/cvs/xtest/plugins_src/ide/lib/ide_plugin_targets.xml,v  <-- 
ide_plugin_targets.xml

new revision: 1.22; previous revision: 1.21
Comment 5 Marian Mirilovic 2004-06-10 10:51:13 UTC
Thanks Jirka...

I have only a question: 

Why not use
           /bin/netbeans 
instead of more complicated 
           ./nbexec --clusters ../../ide4:../../nb4.0  --branding nb

first is the nearest of use by our users, I think ...
Comment 6 Jiri Skrivanek 2004-06-11 12:15:40 UTC
Yes, bin/netbeans seems easier also for me. But there is a request to
allow change clusters by a property (issue 43119). So, it will
probably changed anyway.
Comment 7 Marian Mirilovic 2004-06-14 07:58:34 UTC
verified
Comment 8 Jiri Skrivanek 2004-06-14 09:21:43 UTC
XTest now uses bin/netbeans instead of platform4/launcher/nbexec.