*************** *** 50,61 **** def test02 4.times() do - @connections[0].execute_immediate( 'create table sample(a integer not null)' ) - @connections[0].execute_immediate( 'alter table sample add primary key (a)' ) assert(Generator::exists?('SAMPLE_GEN', @connections[0]) == false) g = Generator::create('SAMPLE_GEN', @connections[0]) g.drop - @connections[0].execute_immediate( 'drop table sample' ) end end end --- 50,58 ---- def test02 4.times() do assert(Generator::exists?('SAMPLE_GEN', @connections[0]) == false) g = Generator::create('SAMPLE_GEN', @connections[0]) g.drop end end end