From d24b50336f3f67349ac5233b5e81adcac8e9fdea Mon Sep 17 00:00:00 2001 From: schnepe2 Date: Tue, 16 Jan 2024 20:47:05 +0100 Subject: [PATCH] Had to remove file-i/o tests. --- Script/Tests/GeneralApiTest.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Script/Tests/GeneralApiTest.lua b/Script/Tests/GeneralApiTest.lua index d84c57bf5..ec8ae1dcc 100644 --- a/Script/Tests/GeneralApiTest.lua +++ b/Script/Tests/GeneralApiTest.lua @@ -200,6 +200,7 @@ assert( oapi.formatvalue(-PI*1e20) == "-3e+20" ) pass() -- --------------------------------------------------- +--[[ -- --------------------------------------------------- add_line("Test: oapi.openfile(fname,FILE_OUT,root)") @@ -227,6 +228,7 @@ oapi.closefile(f, mode) pass() -- --------------------------------------------------- +--]] -- ---------------------------------------------------