|
From: Chris W. <la...@us...> - 2001-11-25 01:26:50
|
Update of /cvsroot/openinteract/SPOPS/t
In directory usw-pr-cvs1:/tmp/cvs-serv4589/t
Modified Files:
31_dbi_multifield.t
Log Message:
ensure db table is cleaned up
Index: 31_dbi_multifield.t
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/t/31_dbi_multifield.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 31_dbi_multifield.t 2001/11/04 17:53:57 1.1
--- 31_dbi_multifield.t 2001/11/25 01:26:47 1.2
***************
*** 31,36 ****
# Ensure we can get to SPOPS::Initialize
! eval { require SPOPS::Initialize };
! ok( ! $@, 'SPOPS::Initialize load' );
# Create the class using SPOPS::Initialize
--- 31,35 ----
# Ensure we can get to SPOPS::Initialize
! require_ok( 'SPOPS::Initialize' );
# Create the class using SPOPS::Initialize
***************
*** 156,160 ****
}
! # cleanup( $db, TEST_TABLE_NAME );
# Future testing ideas:
--- 155,159 ----
}
! cleanup( $db, TEST_TABLE_NAME );
# Future testing ideas:
|