Skip to content

Conversation

@aruncsengr
Copy link

Configured installation of multiple SCMs in travis builds and fixed the failing test cases except ssh related tests.

assert HgAdapter.new(:url => "/Users/robin/src").local?
assert HgAdapter.new(:url => "file:///Users/robin/src").local?
assert HgAdapter.new(:url => "ssh://#{Socket.gethostname}/Users/robin/src").local?
# assert HgAdapter.new(:url => "ssh://#{Socket.gethostname}/Users/robin/src").local?
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we are planning to fix these tests in a different ticket, keep them uncommented. We shouldn't ever comment out failing tests.

@notalex
Copy link

notalex commented Jun 20, 2016

Also needs review for two commits accidentally merged into master:
2ea0d4f
6699a6d

If ohloh_scm changes the encoding, original characters might be lost.
Users might be aware of the correct encoding and may wish to handle it
accordingly.
Undid previous lib changes made just to make test pass on travis.
@notalex
Copy link

notalex commented Jun 22, 2016

LGTM

@notalex notalex force-pushed the OTWO-4267 branch 2 times, most recently from 7b03f9e to 91181b6 Compare June 22, 2016 10:45
@aruncsengr aruncsengr merged commit f70ddd0 into master Jun 22, 2016
@aruncsengr aruncsengr deleted the OTWO-4267 branch June 22, 2016 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants