head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.06.07.03.38.57; author dkazankov; state Exp; branches; next ; commitid Fjs9a61Z4ozpHOIG; desc @@ 1.1 log @ada-xmlada26: add new package version 26.0.0 Some changes from version 25.2: * Check content of the base type to match complex type * Propagate simple type for validation of the content * Fix handling of the base complexType derived from simpleType * Update expected data for tests @ text @$NetBSD: patch-tests_dom_conformance_conformance.gpr,v 1.1 2025/09/22 09:52:13 dkazankov Exp $ Fix project path --- tests/dom/conformance/conformance.gpr.orig 2024-06-20 22:52:10.000000000 +0300 +++ tests/dom/conformance/conformance.gpr @@@@ -1,6 +1,6 @@@@ with "../../../xmlada_shared"; -with "xmlada_dom"; +with "../../../dom/xmlada_dom"; project Conformance is for Main use ("dom_conformance"); @