Gentoo Archives: gentoo-commits

From: Alex Legler <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/glsamaker:master commit in: test/unit/
Date: Fri, 25 Feb 2011 21:47:46
Message-Id: b6a7313aaaa45c5ec4b97a5645a0cc288def3324.a3li@gentoo
1 commit: b6a7313aaaa45c5ec4b97a5645a0cc288def3324
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Fri Feb 25 21:47:16 2011 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 25 21:47:16 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/glsamaker.git;a=commit;h=b6a7313a
7
8 Add erroring tests again
9
10 ---
11 test/unit/glsa_mailer_test.rb | 3 +--
12 1 files changed, 1 insertions(+), 2 deletions(-)
13
14 diff --git a/test/unit/glsa_mailer_test.rb b/test/unit/glsa_mailer_test.rb
15 index 45d92bd..1d1dd1a 100644
16 --- a/test/unit/glsa_mailer_test.rb
17 +++ b/test/unit/glsa_mailer_test.rb
18 @@ -1,7 +1,6 @@
19 require 'test_helper'
20
21 class GlsaMailerTest < ActionMailer::TestCase
22 -=begin
23 test "request" do
24 @expected.subject = 'GlsaMailer#request'
25 @expected.body = read_fixture('request')
26 @@ -41,5 +40,5 @@ class GlsaMailerTest < ActionMailer::TestCase
27
28 assert_equal @expected.encoded, GlsaMailer.create_sent(@expected.date).encoded
29 end
30 -=end
31 +end
32 end