~ubuntu-branches/ubuntu/hardy/libtioga-ruby/hardy

« back to all changes in this revision

Viewing changes to tests/tc_Flate.rb

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Fourmond, Paul van Tilburg, Vincent Fourmond
  • Date: 2007-06-03 21:11:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070603211147-ndimn314vp8qepvx
Tags: 1.6-1
[ Paul van Tilburg ]
* Added team address, since this package is team-maintained!

[ Vincent Fourmond ]
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#  tc_Dtable.rb
 
1
#  tc_Flate.rb
2
2
 
3
3
require 'test/unit'
 
4
require 'Flate'
4
5
 
5
 
class TestDtable < Test::Unit::TestCase
 
6
class TestFlate < Test::Unit::TestCase
6
7
 
7
8
  def make_data(size = 10000) 
8
9
    srand # intitialize the random seed...