Skip to content

Commit

Permalink
Issue #1111252 ygerasimov, kylebrowning Test Exception on create endp…
Browse files Browse the repository at this point in the history
…oint
  • Loading branch information
kylebrowning committed Apr 2, 2011
1 parent 11ed964 commit 7b7248f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/ServicesWebTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ public function saveNewEndpoint() {
);
$endpoint->debug = 1;
$endpoint->status = 1;
$endpoint->export_type = FALSE;
services_endpoint_save($endpoint);
$endpoint = services_endpoint_load($endpoint->name);
$this->assertTrue($endpoint->name == $edit['name'], t('Endpoint successfully created'));
Expand Down

0 comments on commit 7b7248f

Please sign in to comment.