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

Summary: Datadir should be empty before the test execution
Product: apisupport Reporter: Petr Dvorak <joshis>
Component: HarnessAssignee: Jaroslav Tulach <jtulach>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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