[LyX/master] Cmake docbook tests: Check for correct use of namespaces

Kornel Benko kornel at lyx.org
Sat Aug 22 15:15:04 UTC 2020


commit 3e18adc11097d72153321ce62af8b72f6231f6a8
Author: Kornel Benko <kornel at lyx.org>
Date:   Sat Aug 22 17:40:34 2020 +0200

    Cmake docbook tests: Check for correct use of namespaces
---
 development/autotests/xmlParser.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/autotests/xmlParser.pl b/development/autotests/xmlParser.pl
index e33cde8..d6e6a02 100644
--- a/development/autotests/xmlParser.pl
+++ b/development/autotests/xmlParser.pl
@@ -3,7 +3,7 @@
 use strict;
 use XML::Parser;
 
-my $p1 = XML::Parser->new(Style => 'Debug', ErrorContext => 2);
+my $p1 = XML::Parser->new(Style => 'Debug', ErrorContext => 2, Namespaces => 1);
 for my $arg (@ARGV) {
   $p1->parsefile($arg);
 }


More information about the lyx-cvs mailing list