X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=test%2Fmailshears_test.rb;h=94f2f4903bd7894b505fa21e8a3ff340503ba668;hp=22c634f43b643b41c3764f21ec79fbaf5bc1c186;hb=HEAD;hpb=853aaef812f6e23f17d3e24db99dfbaadafdbddf diff --git a/test/mailshears_test.rb b/test/mailshears_test.rb index 22c634f..215d05f 100644 --- a/test/mailshears_test.rb +++ b/test/mailshears_test.rb @@ -11,7 +11,7 @@ require 'common/configuration' require 'fileutils' require 'pg' -class MailshearsTest < MiniTest::Test +class MailshearsTest < Minitest::Test # This is that class that most (if not all) of our test cases will # inherit. It provides the automatic setup and teardown of the # filesystem and database that the test cases will exercise. @@ -65,31 +65,7 @@ class MailshearsTest < MiniTest::Test # # == Databases == # - # 1. agendav_test - # - # +------------------------------+ - # | prefs | - # +--------------------+---------+ - # | username | options | - # +--------------------+---------+ - # | adam@example.net | herp | - # +--------------------+---------+ - # | booger@example.com | herp | - # +------------------ +---------+ - # - # - # +---------------------------------------------------------------------------------------------------------------------+ - # | shares | - # +-----+-----------------------------------+---------------------------------------------------+-----------------------+ - # | sid | owner | calendar | with | - # +-----+-----------------------------------+---------------------------------------------------+-----------------------+ - # | 1 | /caldav.php/adam%40example.net/ | /caldav.php/adam%40example.net/calendar-default | /beth%40example.net/ | - # +-----+-----------------------------------+---------------------------------------------------+-----------------------+ - # | 2 | /caldav.php/booger%40example.com/ | /caldav.php/booger%40example.com/calendar-default | /carol%40example.net/ | - # +-----+-----------------------------------+---------------------------------------------------+-----------------------+ - # - # - # 2. davical_test + # 1. davical_test # # +--------------------------------------------------------+ # | usr | @@ -113,7 +89,7 @@ class MailshearsTest < MiniTest::Test # +---------+--------------+----------------+ # # - # 3. postfixadmin_test + # 2. postfixadmin_test # # +-------------+ # | domain | @@ -175,7 +151,7 @@ class MailshearsTest < MiniTest::Test # | admin@example.com | example.net | # +-------------------+-------------+ # - # 4. roundcube_test + # 3. roundcube_test # # # +---------+--------------------+