Mercurial Hosting > luan
diff scripts/test.luan @ 506:342964519194
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 21 May 2015 12:15:44 -0600 |
parents | 7bc63886d4f2 |
children | 40e18d335da9 |
line wrap: on
line diff
--- a/scripts/test.luan Thu May 21 01:45:49 2015 -0600 +++ b/scripts/test.luan Thu May 21 12:15:44 2015 -0600 @@ -11,7 +11,7 @@ local Time = require "luan:Time" local Hosting = require "luan:host/Hosting" local Http = require "luan:http/Http" -local HttpTest = require "luan:http/HttpTest" +local Http_test = require "luan:http/Http_test" local Server = require "luan:http/Server" local Lucene = require "luan:lucene/Lucene" local Mail = require "luan:mail/Mail" @@ -19,8 +19,8 @@ local error = Luan.error local range = Luan.range -local init = HttpTest.init -local get_page = HttpTest.get_page +local init = Http_test.init +local get_page = Http_test.get_page local Ab_testing = require "luan:lucene/Ab_testing"