Track path changes in History. Resolves #1441 (#1443)

* Track path changes in History.
* Reactivate rename following on JRuby
This commit is contained in:
Dawa Ometto
2020-03-16 01:09:42 +01:00
committed by GitHub
parent f516b1cb79
commit ee267f72a2
7 changed files with 43 additions and 23 deletions
+6 -1
View File
@@ -19,7 +19,6 @@ context "Frontend" do
assert_equal 'μ†ℱ'.scan(/./), ["μ", "", ""]
end
test "broken four space" do
page = 'utfh1'
text = %(
@@ -468,6 +467,12 @@ context "Frontend" do
post "/gollum/preview", :content => 'abc', :format => 'markdown'
assert last_response.ok?
end
test 'throws an error when comparing two identical revisions for a page' do
get '/gollum/compare/A.md/fc66539528eb96f21b2bbdbf557788fe8a1196ac...fc66539528eb96f21b2bbdbf557788fe8a1196ac'
assert last_response.ok?
assert last_response.body.include?('Could not compare these two revisions, no differences were found.')
end
=begin
# Grit is broken.