WOOHOOOOOOO assertion engine complete. Issue #28 this is crazy

This commit is contained in:
Peter Cottle 2013-03-10 12:11:01 -07:00
parent e4b82fd653
commit f9cdc32fcb
5 changed files with 51 additions and 1096 deletions

View file

@ -321,7 +321,6 @@ var Level = Sandbox.extend({
} else if (this.level.compareOnlyMasterHashAgnostic) {
solved = this.treeCompare.compareBranchesWithinTreesHashAgnostic(current, this.level.goalTreeString, ['master']);
} else if (this.level.compareOnlyMasterHashAgnosticWithAsserts) {
console.log('doing it this way');
solved = this.treeCompare.compareBranchesWithinTreesHashAgnostic(current, this.level.goalTreeString, ['master']);
solved = solved && this.treeCompare.evalAsserts(
current,