[Xfce4-commits] <midori:master> Add 'LT_PREREQ(2.2)', uncommented, to uri search tests
Christian Dywan
noreply at xfce.org
Mon Jan 11 22:04:03 CET 2010
Updating branch refs/heads/master
to 058bb33024811e3a5026d7c905519b7a0c35623b (commit)
from ca5bfa1b1da020e7b7e1e68257137a0d510171ec (commit)
commit 058bb33024811e3a5026d7c905519b7a0c35623b
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon Jan 11 21:52:33 2010 +0100
Add 'LT_PREREQ(2.2)', uncommented, to uri search tests
The string is obviously not a valid domain name. Yet our
recognition isn't aware of that.
tests/magic-uri.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tests/magic-uri.c b/tests/magic-uri.c
index 7c47d4c..7bbd9fa 100644
--- a/tests/magic-uri.c
+++ b/tests/magic-uri.c
@@ -165,6 +165,7 @@ magic_uri_search (void)
test_input ("g max at mustermann.de", NULL);
test_input ("g inurl:http://twotoasts.de bug", NULL);
test_input ("sm", SM);
+ /* test_input ("LT_PREREQ(2.2)", NULL); */
}
static void
More information about the Xfce4-commits
mailing list