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 0c2bfae commit b2f6c41Copy full SHA for b2f6c41
test/client/tc_low_resolution_dates.rb
@@ -2,8 +2,11 @@
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
- client = OAI::Client.new 'http://authors.library.caltech.edu/cgi/oai2'
9
+ client = OAI::Client.new 'http://authors.library.caltech.edu/oai2d'
10
11
date = Date.new 2003, 1, 1
12
0 commit comments