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 137117 - Datadir should be empty before the test execution
Summary: Datadir should be empty before the test execution
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-12 15:12 UTC by Petr Dvorak
Modified: 2008-06-27 16:03 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 Petr Dvorak 2008-06-12 15:12:47 UTC
... we have discussed it...

When I write a test that creates some file, the second (3rd, ...) test run always fails due to existing file... I have
to manually delete files under "<module_path>/build/test/qa-functional/data" in order to re-execute test...
Comment 1 Jaroslav Tulach 2008-06-12 15:21:31 UTC
Fixed in: 6fd1a670da3a
Comment 2 Petr Dvorak 2008-06-17 12:36:35 UTC
Works exactly as I need it, thus verified.
Comment 3 Quality Engineering 2008-06-27 16:03:44 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #285 build
Changeset: http://hg.netbeans.org/main/rev/6fd1a670da3a
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #137117: Delete datadir before each test run