You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/05/05 12:14:08 UTC

[netbeans] branch master updated: [TRAVIS] Run xml.schema.completion tests

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1fcb07c  [TRAVIS] Run xml.schema.completion tests
     new 8079e45  Merge pull request #2118 from hectorespert/tests_xml_schema_completion
1fcb07c is described below

commit 1fcb07c7d9f6900b4081dfcc38db4fd912562df7
Author: Hector Espert <he...@gmail.com>
AuthorDate: Fri May 1 17:16:28 2020 +0200

    [TRAVIS] Run xml.schema.completion tests
---
 .travis.yml                                            | 2 +-
 ide/xml.schema.completion/nbproject/project.properties | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f6142c3..951385b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -302,7 +302,7 @@ matrix:
             - ant $OPTS -f ide/xml.lexer test
             - ant $OPTS -f ide/xml.multiview test
             - ant $OPTS -f ide/xml.retriever test
-            #- ant $OPTS -f ide/xml.schema.completion test
+            - ant $OPTS -f ide/xml.schema.completion test -Dtest.config=stableBTD
             - ant $OPTS -f ide/xml.schema.model test
             - ant $OPTS -f ide/xml.text test
             - ant $OPTS -f ide/xml.text.obsolete90 test
diff --git a/ide/xml.schema.completion/nbproject/project.properties b/ide/xml.schema.completion/nbproject/project.properties
index d4a33a8..268bd9c 100644
--- a/ide/xml.schema.completion/nbproject/project.properties
+++ b/ide/xml.schema.completion/nbproject/project.properties
@@ -51,6 +51,4 @@ test.config.working.includes=\
 
 test.config.stableBTD.includes=**/*Test.class
 test.config.stableBTD.excludes=\
-    **/AbstractElementTest.class,\
-    **/BasicCompletionTest.class,\
-    **/CompletionPerfTest.class
+    **/BasicCompletionTest.class


---------------------------------------------------------------------
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