From ec11b4f9daa87bb3aa8f48968c5712d39a0e5374 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 6 Sep 2005 09:13:04 +0000 Subject: [PATCH] removed debugging prints and better sample --- helm/ocaml/registry/helm_registry.ml | 2 +- helm/ocaml/registry/tests/sample.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/helm/ocaml/registry/helm_registry.ml b/helm/ocaml/registry/helm_registry.ml index 09582eafe..7767e4da2 100644 --- a/helm/ocaml/registry/helm_registry.ml +++ b/helm/ocaml/registry/helm_registry.ml @@ -25,7 +25,7 @@ open Printf -let debug = true +let debug = false let debug_print s = if debug then prerr_endline ("Helm_registry debugging: " ^ s) diff --git a/helm/ocaml/registry/tests/sample.xml b/helm/ocaml/registry/tests/sample.xml index a72546bf7..b0f91f30b 100644 --- a/helm/ocaml/registry/tests/sample.xml +++ b/helm/ocaml/registry/tests/sample.xml @@ -8,9 +8,15 @@ remote http://localhost:58081 +
+ yes +
+
+ yes +
debian 1 -- 2.39.2