[SCM] ci-tooling packaging branch, master, updated. 4136fc99a1cc600f33a880b00b52dfa52d5d085d
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Fri Oct 9 13:53:08 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=4136fc9
The following commit has been merged in the master branch:
commit 4136fc99a1cc600f33a880b00b52dfa52d5d085d
Author: Rohan Garg <rohan at garg.io>
Date: Fri Oct 9 15:53:01 2015 +0200
Update tests
---
test/test_dci.rb | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/test/test_dci.rb b/test/test_dci.rb
index 4fb1133..de406a0 100644
--- a/test/test_dci.rb
+++ b/test/test_dci.rb
@@ -27,16 +27,16 @@ class DCITest < TestCase
end
def test_series
- assert_equal_collection(%w(testing), DCI.series.keys)
- assert_equal_collection(%w(8), DCI.series.values)
- assert_equal('8', DCI.series['testing'])
+ assert_equal_collection(%w(unstable), DCI.series.keys)
+ assert_equal_collection(%w(9), DCI.series.values)
+ assert_equal('9', DCI.series['unstable'])
# With sorting
- assert_equal('testing', DCI.series(sort: :ascending).keys.first)
- assert_equal('testing', DCI.series(sort: :descending).keys.first)
+ assert_equal('unstable', DCI.series(sort: :ascending).keys.first)
+ assert_equal('unstable', DCI.series(sort: :descending).keys.first)
end
def test_latest_series
- assert_equal('testing', DCI.latest_series)
+ assert_equal('unstable', DCI.latest_series)
end
end
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list