Differences From Artifact [a3a7278e83]:
- File tests/natools-chunked_strings-tests-bugfixes.adb — part of check-in [278fda3aa5] at 2013-10-10 21:23:47 on branch trunk — chunked_strings-tests-bugfixes: new test case exposing a bug (user: nat, size: 2014) [annotate] [blame] [check-ins using]
To Artifact [18c020790b]:
- File tests/natools-chunked_strings-tests-bugfixes.adb — part of check-in [431d105c2c] at 2013-11-19 21:41:33 on branch trunk — chunked_strings-tests-bugfixes: Fix test suite description (user: nat, size: 2001) [annotate] [blame] [check-ins using]
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + | with Ada.Strings.Maps; procedure Natools.Chunked_Strings.Tests.Bugfixes (Report : in out Natools.Tests.Reporter'Class) is package NT renames Natools.Tests; begin |
︙ |