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 47884 - some failures in CLIHandlerTest
Summary: some failures in CLIHandlerTest
Status: CLOSED WORKSFORME
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: ehucka
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2004-08-25 10:32 UTC by pzajac
Modified: 2006-03-24 09:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test's log (10.88 KB, text/plain)
2004-08-25 10:32 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-08-25 10:32:07 UTC
[200408241800]
System Info

Host	:	QA-W2K-S3
Operating System Name	:	Windows 2000
Operating System Version	:	5.0
System Architecture	:	x86
Java Version	:	1.5.0-rc
Java Vendor	:	Sun Microsystems Inc.
User Language	:	en
Comment 1 pzajac 2004-08-25 10:32:50 UTC
Created attachment 17112 [details]
test's log
Comment 2 Jaroslav Tulach 2004-08-25 13:35:31 UTC
The test is not able to delete another file - called "lock" - created
by another test. Just setup your machine correctly and make sure no
other tests are running and that the user has write priviledges to 

        // setups a temporary file
        String tmp = System.getProperty("java.io.tmpdir");
        assertNotNull(tmp);
        System.getProperties().put("netbeans.user", tmp);
        
        File f = new File(tmp, "lock");
        if (f.exists()) {
            assertTrue("Clean up previous mess", f.delete());

Comment 3 pzajac 2004-08-27 12:53:31 UTC
v
Comment 4 pzajac 2004-09-06 13:01:35 UTC
.
Comment 5 pzajac 2004-12-07 12:49:52 UTC
Is something wrong with test4u?
Comment 6 pzajac 2004-12-20 10:29:14 UTC
The tmp dir of xtest was changed. It works fine now
Comment 7 pzajac 2005-01-05 09:59:44 UTC
v