From 597a062b1bc38488df1363995eece8a9f19c7111 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Thu, 17 Jun 2004 21:46:22 +0000 Subject: Almost ready for distribution... --- test/stufftest.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/stufftest.lua') diff --git a/test/stufftest.lua b/test/stufftest.lua index 6bd1f91..eddf636 100644 --- a/test/stufftest.lua +++ b/test/stufftest.lua @@ -1,13 +1,13 @@ -smtp = require("smtp") +mime = require("mime") function test_dot(original, right) - local result, n = smtp.dot(2, original) + local result, n = mime.dot(2, original) assert(result == right, "->" .. result .. "<-") print("ok") end function test_stuff(original, right) - local result, n = smtp.dot(2, original) + local result, n = mime.dot(2, original) assert(result == right, "->" .. result .. "<-") print("ok") end -- cgit v1.2.3-55-g6feb