1
0
Fork 0

Fixed shell edges Test. The new version of edgeCollection.edge returns a unique array

This commit is contained in:
Michael Hackstein 2016-03-24 17:22:40 +01:00
parent ca1995224e
commit ef834037df
1 changed files with 2 additions and 1 deletions

View File

@ -112,7 +112,8 @@ function CollectionEdgeSuite () {
e = edge.edges([v1, v2]);
assertEqual(4, e.length);
// The list of edges is UNIQUE. So we find both edges exactly once
assertEqual(2, e.length);
},
////////////////////////////////////////////////////////////////////////////////