~ubuntu-branches/ubuntu/raring/jruby/raring

« back to all changes in this revision

Viewing changes to test/externals/ruby1.8/ruby/marshaltestlib.rb

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Delafond
  • Date: 2010-05-12 15:56:25 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 maverick)
  • Revision ID: james.westby@ubuntu.com-20100512155625-sgdfaj1hn8k84090
Tags: 1.5.0~rc3-1
New upstream release (Closes: #581360).

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
    1.instance_eval { remove_instance_variable("@iv") }
194
194
  end
195
195
 
 
196
  def test_fixnum_64bit
 
197
    obj = [1220278665, 1220278662, 1220278661, 1220278661, 1220278656]
 
198
 
 
199
    marshal_equal(obj)
 
200
  end
 
201
 
196
202
  def test_float
197
203
    marshal_equal(-1.0)
198
204
    marshal_equal(0.0)