Sha256: ccf11c8dff17f447052e66baed52f67371460b835bf3aac9795c6cd17ebda98b
Contents?: true
Size: 261 Bytes
Versions: 25
Compression:
Stored size: 261 Bytes
Contents
module Pnx require 'test_helper' class OpenurlTest < Test::Unit::TestCase def test_openurl record = Exlibris::Primo::Record.new(:raw_xml => record_xml) assert_not_nil record.openurl assert((not record.openurl.blank?)) end end end
Version data entries
25 entries across 25 versions & 1 rubygems