From 3e18adc11097d72153321ce62af8b72f6231f6a8 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Sat, 22 Aug 2020 17:40:34 +0200 Subject: [PATCH] Cmake docbook tests: Check for correct use of namespaces --- development/autotests/xmlParser.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/xmlParser.pl b/development/autotests/xmlParser.pl index e33cde8d3a..d6e6a02c94 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); } -- 2.39.2