delphimvcframework/lib/luadelphibinding/unittests/Win32/Debug/test_07.lua

7 lines
218 B
Lua
Raw Normal View History

2013-10-31 10:00:06 +01:00
require "lua_taival.delphiobjects"
require "logging.file"
logger = logging.file("test_07_TEST_%s.log", "%Y-%m-%d")
--this should raise an exception
local fs = create_delphi_object('System.Classes.TFileStream');