diff options
Diffstat (limited to 'libvxi11client/perlbits/VXI11-Client.t')
-rw-r--r-- | libvxi11client/perlbits/VXI11-Client.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libvxi11client/perlbits/VXI11-Client.t b/libvxi11client/perlbits/VXI11-Client.t index 2691ed2..8d24475 100644 --- a/libvxi11client/perlbits/VXI11-Client.t +++ b/libvxi11client/perlbits/VXI11-Client.t @@ -36,10 +36,10 @@ is($instr->vxi_enable_srq("myhandle"), 1, "Enable interrupts"); is($instr->vxi_disable_srq(), 1, "Disable interrupts"); is($instr->vxi_destroy_intr_chan(), 1, "Destroy intr channel"); is($instr->vxi_abort(), 1, "Abort"); -is($instr->vxi_clear(0), 1, "Clear"); -is($instr->vxi_trigger(0), 1, "Trigger"); -is($instr->vxi_local(0), 1, "Local"); -is($instr->vxi_remote(0), 1, "Remote"); +is($instr->vxi_clear(), 1, "Clear"); +is($instr->vxi_trigger(), 1, "Trigger"); +is($instr->vxi_local(), 1, "Local"); +is($instr->vxi_remote(), 1, "Remote"); is($instr->vxi_unlock(), 1, "Unlock"); is($instr->vxi_close(), 1, "Close"); |