Project

General

Profile

Actions

Defect #2402

closed

Darcs test unit wrong repos content.... Mercurial's one duplicated

Added by yves dufour over 15 years ago. Updated about 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
Start date:
2008-12-26
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Darcs
gunzip < test/fixtures/repositories/darcs_repository.tar.gz | tar -xv -C tmp/test

same content as Mercurial one ( watchers.rb)

so tests fail ..

def test_cat
@repository.fetch_changesets
cat = @repository.cat("sources/welcome_controller.rb", 2)
assert_not_nil cat
assert cat.include?('class WelcomeController < ApplicationController')
end
Actions

Also available in: Atom PDF