1
0
Fork 0
easejs/test/MemberBuilder
Mike Gerwitz cef45cd097
Corrected test broken by Node.js v0.10.27
Specifically, aae51ecf, which introduces deepEqual changes for comparing
argument objects---specifically, this change:

```c
  if ((aIsArgs && !bIsArgs) || (!aIsArgs && bIsArgs))
    return false;
```

Since I was comparing an array with an arguments object, deepEqual failed.
While such an implementation may confuse users---since argument objects are
generally treated like arrays---the distinction is important and I do agree
with the change.
2014-08-07 00:01:59 -04:00
..
GetterSetterTest.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00
MethodTest.js Corrected test broken by Node.js v0.10.27 2014-08-07 00:01:59 -04:00
PropTest.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00
VisibilityTest.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00
inc-common.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00