Skip to content

Commit d3c3d3f

Browse files
author
Christian Pietsch
committed
do not lookup this repo in BASE (for now)
1 parent 08ed63a commit d3c3d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oval/validator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
XS = '{http://www.w3.org/2001/XMLSchema}'
3939

40-
LOOKUP_URL = "http://129.70.12.31/lookup?"
40+
LOOKUP_URL = "http://129.70.43.31/lookup?"
4141

4242
# Minimal Dublin Core elements according to DRIVER and DINI
4343
MINIMAL_DC_SET = set([
@@ -772,7 +772,7 @@ def main():
772772
val.check_deleting_strategy()
773773
val.check_double_utf8()
774774
val.check_handle()
775-
val.indexed_in_BASE()
775+
#val.indexed_in_BASE()
776776

777777
pprint(val.results)
778778

0 commit comments

Comments
 (0)