We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd73d4 commit 3ed30acCopy full SHA for 3ed30ac
test/client/tc_low_resolution_dates.rb
@@ -2,11 +2,8 @@
2
3
class LowResolutionDatesTest < Test::Unit::TestCase
4
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.
8
def test_low_res_date_parsing
9
- client = OAI::Client.new 'http://authors.library.caltech.edu/oai2d'
+ client = OAI::Client.new 'http://localhost:3333/oai'
10
11
date = Date.new 2003, 1, 1
12
0 commit comments