Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
gps: Remove test dependent on version unifier
Browse files Browse the repository at this point in the history
  • Loading branch information
sdboyer committed Jul 2, 2018
1 parent 36bbac0 commit 35598cc
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions gps/solve_basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -811,24 +811,6 @@ var basicFixtures = map[string]basicFixture{
"foo 2.0.0 foorev2",
),
},
"pairs bare revs in lock with versions": {
ds: []depspec{
mkDepspec("root 0.0.0", "foo ~1.0.1"),
mkDepspec("foo 1.0.0", "bar 1.0.0"),
mkDepspec("foo 1.0.1 foorev", "bar 1.0.1"),
mkDepspec("foo 1.0.2", "bar 1.0.2"),
mkDepspec("bar 1.0.0"),
mkDepspec("bar 1.0.1"),
mkDepspec("bar 1.0.2"),
},
l: mkrevlock(
"foo 1.0.1 foorev", // mkrevlock drops the 1.0.1
),
r: mksolution(
"foo 1.0.1 foorev",
"bar 1.0.1",
),
},
// This fixture describes a situation that should be impossible with a
// real-world VCS (contents of dep at same rev are different, as indicated
// by different constraints on bar). But, that's not the SUT here, so it's
Expand Down

0 comments on commit 35598cc

Please sign in to comment.