summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-04-05 06:48:37 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-04-05 06:48:37 +0000
commitae0939952e66304c859337140c08c65c1bf238cb (patch)
tree27b54db806a6224d0e827acece2a45d5ee7e7750 /test
parent5d2c03a196df74e32787f304d49422d28203cda9 (diff)
downloadredmine-ae0939952e66304c859337140c08c65c1bf238cb.tar.gz
redmine-ae0939952e66304c859337140c08c65c1bf238cb.zip
scm: git: add new one latin1 tag to test repository (#16881)
git-svn-id: http://svn.redmine.org/redmine/trunk@18040 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/repositories/git_repository.tar.gzbin21068 -> 21103 bytes
-rw-r--r--test/unit/lib/redmine/scm/adapters/git_adapter_test.rb1
2 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/repositories/git_repository.tar.gz b/test/fixtures/repositories/git_repository.tar.gz
index ce1671caa..0ea93071f 100644
--- a/test/fixtures/repositories/git_repository.tar.gz
+++ b/test/fixtures/repositories/git_repository.tar.gz
Binary files differ
diff --git a/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb b/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
index 98dbbe35c..0edd32152 100644
--- a/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
+++ b/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
@@ -126,6 +126,7 @@ class GitAdapterTest < ActiveSupport::TestCase
assert_equal [
"tag00.lightweight",
"tag01.annotated",
+ "tag02.lightweight.#{@char_1}.01"
], @adapter.tags
end