Streamline test data and ref filenames

This commit is contained in:
Adrian-Ken Rueegsegger 2019-09-17 15:34:32 +02:00
parent 540e9751cc
commit 00017b0483
2 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ package body Active_Logger_Tests is
Testfile : constant String :=
"./obj/Active_Tasked_FD_Facility";
Reffile : constant String :=
"./data/Tasked_FD_Facility.ref";
"./data/Active_Tasked_FD_Facility.ref";
Test_Message : constant String := "logger tasked test message";
Nr_Of_Messages : constant Natural := 10;