comment that propagateExactDeps is just for tests

This commit is contained in:
David Glasser
2014-06-30 17:48:27 -07:00
parent 594a825b66
commit 469ecda93c

View File

@@ -172,6 +172,9 @@ ConstraintSolver.PackagesResolver.prototype.resolve =
return resultChoices;
};
// This method, along with the stopAfterFirstPropagation, are designed for
// tests; they allow us to test Resolver._propagateExactTransDeps but with an
// interface that's a little more like PackagesResolver.resolver.
ConstraintSolver.PackagesResolver.prototype.propagateExactDeps =
function (dependencies, constraints) {
var self = this;