Sha256: 8b8cbb9b290a6d73c416caa40a2d47233c55bcd4cccb8200ab953da02988863b

Contents?: true

Size: 773 Bytes

Versions: 1

Compression:

Stored size: 773 Bytes

Contents

***************
*** 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ibruby-0.5.5-i686-darwin8.9.1 test/GeneratorTest.rb.rej