Files
mongo/jstests/replsets/initial_sync3.js
Andy Schwerin 129b9bf73f Fix SERVER-5359, initial_sync3.js failing on v8
The problem is that in spidermonkey, when we throw a string, we're wrapping it
up in a javascript object, but in v8, we just throw the string.  Check for both,
for now.
2012-03-22 11:58:08 -04:00

2.5 KiB