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 246016 - [801cat] Change JavaFX Test Cases to reflect new behavior
Summary: [801cat] Change JavaFX Test Cases to reflect new behavior
Status: VERIFIED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Test Specifications (show other bugs)
Version: 8.0
Hardware: PC All
: P3 normal (vote)
Assignee: Lou Dasaro
URL: http://services.netbeans.org/synergy/...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-25 18:46 UTC by Lou Dasaro
Modified: 2015-09-07 01:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lou Dasaro 2014-07-25 18:46:34 UTC
JavaFX Test Cases that include the directions "Start IDE with fresh (empty) userdir" will fail, because as of NB IDE 8.0, one must ALSO delete the cachedir.

See Bug 241972

This ticket is to find all occurrences of the above phrase, and similar in 8.0 JavaFX test cases (in Synergy) to reflect the _current_ behavior, e.g. "Start IDE with fresh (empty) userdir AND cachedir".

Background:

The requirement to delete cachedir (in addition to userdir) represents an undocumented change from the behavior of NetBeans 7.x, including 7.4. Nine JavaFX test cases in Synergy are dependent on the previous behavior, i.e. "Start IDE with fresh (empty) userdir" since NetCAT 7.1 This is done to ensure that activation occurs properly in a variety of scenarios.

I retested the result of deleting userdir; in NB 7.4 and previous versions, the effect is that all of the plugins (except JUnit) are uninstalled. In contrast, NB 8.0 is DIFFERENT; the desired behavior is provided ONLY when both userdir AND cachedir are deleted.