--- tests/functional/ServicesXMLRPCTests.test
+++ tests/functional/ServicesXMLRPCTests.test
@@ -33,9 +33,9 @@ class ServicesXMLRPCTestCase extends DrupalWebTestCase {
 
   function testPrefix() {
     $result = $this->servicesXMLRPC('system.listMethods', array());
-    $this->dsm($result);
+    $this->assertTrue(!in_array('node.retrieve', $result), t('System list methods returns true'));
     $result = $this->servicesXMLRPC('node.index', array());
-    $this->dsm($result);
+    $this->assertEqual($result['error'], true, t('node.index method not found'));
   }
 
   public function saveNewEndpoint() {
