public function testRead() {
		$http = new Http($this->_testConfig);
		$result = $http->read(null);
		$this->assertEqual('Test!', $result);
	}