/**
  * @covers Acc_Account_Ledger::get_account_ledger
  * @todo   Implement testGet_account_ledger().
  * @dataProvider dataGet_account_ledger
  */
 public function testGet_account_ledger($p_jrn, $result)
 {
     echo "ledger {$p_jrn}";
     $this->assertEquals($this->object->get_account_ledger($p_jrn), $result);
     printf("\n");
 }