Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Removing the travis test work.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbisbee committed Apr 6, 2012
1 parent 77128ee commit 1d9d623
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/httpAdapters/SagNativeHTTPAdapter.php
Expand Up @@ -169,7 +169,6 @@ public function procPacket($method, $url, $data = null, $headers = array(), $spe
}

if(!$line && !$sockInfo['feof'] && !$sockInfo['timed_out']) {
var_dump($response);
throw new SagException('Unexpectedly failed to retrieve a line from the socket before the end of the file.');
}

Expand Down
5 changes: 1 addition & 4 deletions tests/SagTest.php
Expand Up @@ -344,10 +344,7 @@ public function test_replication()
try
{
//Provide a valid filter function that does not exist.
$r = $this->couch->replicate($this->couchDBName, $newDB, false, true, "test");
var_dump($r);

$this->assertTrue($r->body->ok);
$this->assertTrue($this->couch->replicate($this->couchDBName, $newDB, false, true, "test")->body->ok);
$this->assertFalse(true); //should not get this far
}
catch(SagCouchException $e)
Expand Down

0 comments on commit 1d9d623

Please sign in to comment.