Bug 10698: (follow-up) remove now-superfluous FIXME comment
authorGalen Charlton <gmc@esilibrary.com>
Wed, 9 Oct 2013 03:48:02 +0000 (03:48 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 9 Oct 2013 03:48:02 +0000 (03:48 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/db_dependent/Circulation_transfers.t

index 043cf2e..5328bde 100644 (file)
@@ -197,7 +197,6 @@ is(C4::Circulation::DeleteBranchTransferLimits('B'),'0E0',"With a wrong id Delet
 #Test DeleteTransfer
 is( C4::Circulation::DeleteTransfer($item_id1),
     1, "A the item1's transfer has been deleted" );
-#FIXME :The following tests should pass but don't because currently the routine DeleteTransfer returns nothing
 is(C4::Circulation::DeleteTransfer(),undef,"Without itemid DeleteTransfer returns undef");
 is(C4::Circulation::DeleteTransfer(-1),'0E0',"with a wrong itemid DeleteTranfer returns 0E0");