2 tests and 2 failures - what am I doing wrong?

I wonder if it is easier for you to just to download MegaServo from the playground and copy that into your hardware libraries directory.
http://www.arduino.cc/playground/Code/MegaServo

In the sketch, change
#include <Servo.h>
to
#include <MegaServo.h>

The rest of the sketch can remain unchanged