Skip to content

Commit

Permalink
Update test.
Browse files Browse the repository at this point in the history
  • Loading branch information
moteus committed Apr 8, 2016
1 parent 83f644c commit 47e330e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test-message.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ print("------------------------------------")
print("")

POP3_SELF_TEST = true

require "utils"

local lunit = require "lunit"
local pop3 = require "pop3"
local charset = require "pop3.charset"
Expand All @@ -23,8 +26,6 @@ local TEST_CASE = function (name)
return lunit.module(name, 'seeall')
end
end
local print = print
require "utils"

local _ENV = TEST_CASE"pop3 internal test"

Expand Down

0 comments on commit 47e330e

Please sign in to comment.