You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2017/12/30 11:33:20 UTC

[incubator-netbeans] branch master updated: Users guild master XML can't be loaded without JavaHelp libraries

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ea6d21  Users guild master XML can't be loaded without JavaHelp libraries
1ea6d21 is described below

commit 1ea6d21e7e1b03471105e66ae872dbfd3190f206
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Sat Dec 30 12:33:10 2017 +0100

    Users guild master XML can't be loaded without JavaHelp libraries
---
 .../unit/src/org/netbeans/core/windows/awt/ValidateLayerMenuTest.java  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/awt/ValidateLayerMenuTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/awt/ValidateLayerMenuTest.java
index 2f5502e..ab5769f 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/awt/ValidateLayerMenuTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/awt/ValidateLayerMenuTest.java
@@ -61,6 +61,9 @@ public class ValidateLayerMenuTest extends NbTestCase {
     
     /** Allowes to skip filest that are know to be broken */
     protected boolean skipFile (FileObject fo) {
+        if (fo.getPath().equals("Menu/Help/org-netbeans-modules-usersguide-master.xml")) {
+            return true;
+        }
         // ignore these files, there are helper for implementation of 
         // View/filesystems, View/Runtime, View/Projects, etc.
         return fo.getPath().startsWith ("Menu/Window/oldRoots") && fo.hasExt ("txt");

-- 
To stop receiving notification emails like this one, please contact
['"commits@netbeans.apache.org" <co...@netbeans.apache.org>'].

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists