Skip to content

Commit b2f6c41

Browse files
committed
fix to current caltech OAI uri for test that is really rudely using a live OAI server, come on, sigh
1 parent 0c2bfae commit b2f6c41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/client/tc_low_resolution_dates.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
class LowResolutionDatesTest < Test::Unit::TestCase
44

5+
# We really should not be testing against a live OAI server, come on!
6+
# It could go away! But I'm not sure how to make this test reasonable,
7+
# what it's really testing.
58
def test_low_res_date_parsing
6-
client = OAI::Client.new 'http://authors.library.caltech.edu/cgi/oai2'
9+
client = OAI::Client.new 'http://authors.library.caltech.edu/oai2d'
710

811
date = Date.new 2003, 1, 1
912

0 commit comments

Comments
 (0)