Skip to content

Commit 3ed30ac

Browse files
committed
test against local OAI server, not rudely against some other unreliable one on internet
1 parent 4bd73d4 commit 3ed30ac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/client/tc_low_resolution_dates.rb

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
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.
85
def test_low_res_date_parsing
9-
client = OAI::Client.new 'http://authors.library.caltech.edu/oai2d'
6+
client = OAI::Client.new 'http://localhost:3333/oai'
107

118
date = Date.new 2003, 1, 1
129

0 commit comments

Comments
 (0)