function testAck()
 {
     $postData = $this->schemaNotification('transaction_notification.json');
     $tn = new TransactionNotification($postData);
     $this->assertEqual($this->schemaNotification('transaction_notification_ack.xml'), $tn->ack());
 }