aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2017-03-20 15:56:44 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2017-03-20 15:56:44 +0000
commit28e99f9de3f42a566011985c22e51c907ee27681 (patch)
treebaf4c8bd9635606099e8bee0201340980c1cbdb0 /test
parentbcde8969e4ef5acba8ee1fe3a284c9757c73678d (diff)
Moved most gems into debian deps; fixed test "skip" to "omit"; renamed test with duped name
Diffstat (limited to 'test')
-rw-r--r--test/tc_mauve_authentication.rb2
-rw-r--r--test/tc_mauve_database_peculiarities.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/tc_mauve_authentication.rb b/test/tc_mauve_authentication.rb
index a770bc9..0f1a158 100644
--- a/test/tc_mauve_authentication.rb
+++ b/test/tc_mauve_authentication.rb
@@ -67,7 +67,7 @@ EOF
end
- def test_local_auth
+ def test_local_auth_again
config=<<EOF
failed_login_delay 0
diff --git a/test/tc_mauve_database_peculiarities.rb b/test/tc_mauve_database_peculiarities.rb
index 78459e2..9c20faa 100644
--- a/test/tc_mauve_database_peculiarities.rb
+++ b/test/tc_mauve_database_peculiarities.rb
@@ -69,7 +69,7 @@ class TcMauveDatabasePostgresPeculiarities < TcMauveDatabasePeculiarities
unless $?.success?
msg = "Skipping postgres tests, as DB creation (#{@temp_db}) failed."
@temp_db = nil
- skip(msg)
+ omit(msg)
end
# @pg_conn = PGconn.open(:dbname => @temp_db)
@db_url = "postgres:///#{@temp_db}"