From 60cc099df46e1cbcb7b37be3fe455978f800887f Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 23 Oct 2024 18:50:46 -0500 Subject: T6718: update tests Update tests, as appropriate: for example, the Vyconf config file grammar is distinct from the one currently used in vyos1x-config, consequently the curly_parser_test is not included. --- test/session_test.ml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test/session_test.ml') diff --git a/test/session_test.ml b/test/session_test.ml index a3a1fb0..5d31030 100644 --- a/test/session_test.ml +++ b/test/session_test.ml @@ -1,8 +1,10 @@ +[@@@ocaml.warning "-27"] + open OUnit2 -open Session +open Vyconfd_config.Session -module CT = Config_tree -module RT = Reference_tree +module CT = Vyos1x.Config_tree +module RT = Vyos1x.Reference_tree (* I'm not sure if we want to account for superfluous spaces inside the strings, -- cgit v1.2.3