[BioRuby-cvs] bioruby/test/unit/bio/db test_rebase.rb,1.3,1.4
Trevor Wennblom
trevor at dev.open-bio.org
Mon Jan 1 00:12:56 UTC 2007
Update of /home/repository/bioruby/bioruby/test/unit/bio/db
In directory dev.open-bio.org:/tmp/cvs-serv351/test/unit/bio/db
Modified Files:
test_rebase.rb
Log Message:
Index: test_rebase.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/db/test_rebase.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_rebase.rb 31 Dec 2006 18:46:14 -0000 1.3
--- test_rebase.rb 1 Jan 2007 00:12:54 -0000 1.4
***************
*** 90,93 ****
--- 90,98 ----
assert_equal(a['AatI'].supplier_names, ['Toyobo Biochemicals'])
assert_equal(a['AatI'].suppliers, ['O'])
+
+ assert_equal(a.enzyme_name?('aasi'), true)
+ assert_equal(a.enzyme_name?('AarI'), true)
+ assert_equal(a.enzyme_name?('Aari'), true)
+ assert_equal(a.enzyme_name?('AbrI'), false)
end
More information about the bioruby-cvs
mailing list