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_sax_sax__test.gpr,v 1.1 2025/09/22 09:52:13 dkazankov Exp $ Fix project path --- tests/sax/sax_test.gpr.orig 2024-06-20 22:52:10.000000000 +0300 +++ tests/sax/sax_test.gpr @@@@ -1,5 +1,5 @@@@ with "../../xmlada_shared"; -with "xmlada_sax"; +with "../../sax/xmlada_sax"; project Sax_Test is for Main use ("testsax.adb", "teststate.adb"); for Object_Dir use "obj"; @