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 08ed63a commit d3c3d3fCopy full SHA for d3c3d3f
oval/validator.py
@@ -37,7 +37,7 @@
37
38
XS = '{http://www.w3.org/2001/XMLSchema}'
39
40
-LOOKUP_URL = "http://129.70.12.31/lookup?"
+LOOKUP_URL = "http://129.70.43.31/lookup?"
41
42
# Minimal Dublin Core elements according to DRIVER and DINI
43
MINIMAL_DC_SET = set([
@@ -772,7 +772,7 @@ def main():
772
val.check_deleting_strategy()
773
val.check_double_utf8()
774
val.check_handle()
775
- val.indexed_in_BASE()
+ #val.indexed_in_BASE()
776
777
pprint(val.results)
778
0 commit comments