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 48766 - failure in VAlidateLayerConsistency
Summary: failure in VAlidateLayerConsistency
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2004-09-09 13:05 UTC by pzajac
Modified: 2008-12-22 19:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test;s log (6.73 KB, text/plain)
2004-09-09 13:06 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-09-09 13:05:54 UTC
[200409081800]

Test Case:  	 testAreAttributesFine
Test Suite: 
org.netbeans.core.projects. ValidateLayerConsistencyTest
Module Name: 	core
Comment 1 pzajac 2004-09-09 13:06:24 UTC
Created attachment 17512 [details]
test;s log
Comment 2 Jaroslav Tulach 2004-09-13 13:53:12 UTC
Dafe, still something wrong with FIND and BACKSPACE shortcuts.
Comment 3 _ ttran 2004-09-29 17:48:04 UTC
Dafe?
Comment 4 David Simonek 2004-10-04 15:30:27 UTC
I believe this bug was fixed already, see the attachment: test failed
for Shortcuts/D-BACK_QUOTE.shadow file, but this file is explicitly
ignored by test at lines 67-70:
            if ("Shortcuts/D-BACK_QUOTE.shadow".equals(fo.getPath())) {
                // #46753
                continue;
            } 

I believe what hapenned is that error was filed at the same time I
fixed it. (Changed C-BACK_QUOTE to D_BACK_QUOTE after Tim introduced
"D" meta key).
Marking as worksforme now, please reopen with further info if my eval
was wrong. Thx.
Comment 5 pzajac 2004-10-05 10:08:10 UTC
v