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.

View | Details | Raw Unified | Return to bug 253938
Collapse All | Expand All

(-)a/templates/test/unit/src/org/netbeans/modules/templates/ui/TemplatesPanelTest.java (+1 lines)
Lines 131-136 Link Here
131
        FileObject root = FileUtil.getConfigRoot();
131
        FileObject root = FileUtil.getConfigRoot();
132
        FileObject fo = FileUtil.createFolder(root, "Templates/SimpleFolder");
132
        FileObject fo = FileUtil.createFolder(root, "Templates/SimpleFolder");
133
        try {
133
        try {
134
            try {Thread.sleep(500); } catch (InterruptedException iex) {}
134
            fo.setAttribute("simple", Boolean.FALSE);
135
            fo.setAttribute("simple", Boolean.FALSE);
135
            Node n = TemplatesPanel.getTemplateRootNode();
136
            Node n = TemplatesPanel.getTemplateRootNode();
136
            Node[] arr = n.getChildren().getNodes(true);
137
            Node[] arr = n.getChildren().getNodes(true);

Return to bug 253938