aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_dns_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rspamd_dns_test.c')
-rw-r--r--test/rspamd_dns_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rspamd_dns_test.c b/test/rspamd_dns_test.c
index 13d276313..822463948 100644
--- a/test/rspamd_dns_test.c
+++ b/test/rspamd_dns_test.c
@@ -88,6 +88,8 @@ rspamd_dns_test_func ()
requests ++;
g_assert (make_dns_request (resolver, s, pool, test_dns_cb, NULL, DNS_REQUEST_TXT, "rambler.ru"));
requests ++;
+ g_assert (make_dns_request (resolver, s, pool, test_dns_cb, NULL, DNS_REQUEST_TXT, "google.com"));
+ requests ++;
g_assert (make_dns_request (resolver, s, pool, test_dns_cb, NULL, DNS_REQUEST_SPF, "rambler.ru"));
requests ++;
g_assert (make_dns_request (resolver, s, pool, test_dns_cb, NULL, DNS_REQUEST_SRV, "xmpp-server", "tcp", "jabber.org"));
} /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
{
	"core": {
		"description": "The core of jQuery UI, required for all interactions and widgets.",
		"homepage": "http://jqueryui.com/",
		"demo": "http://jqueryui.com/",
		"docs": "http://api.jqueryui.com/category/ui-core/"
	},
	"datepicker": {
		"description": "Displays a calendar from an input or inline for selecting dates.",
		"dependencies": [ "core" ],
		"keywords": [
			"form",
			"calendar",
			"date",
			"i18n"
		],
		"category": "widget"
	},
	"effect": {
		"title": "jQuery UI Effects Core",
		"description": "Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.",
		"keywords": [
			"animation",
			"show",
			"hide",
			"color",
			"class",
			"transition",
			"easing"
		],
		"category": "effect",
		"homepage": "http://jqueryui.com/",
		"demo": "http://jqueryui.com/effects/",
		"docs": "http://api.jqueryui.com/category/effects-core/"
	},
	"position": {
		"description": "Positions elements relative to other elements.",
		"keywords": [
			"offset",
			"relative",
			"absolute",
			"fixed",
			"collision"
		]
	},
	"transfer": {
		"name": "ui.effect-transfer",
		"title": "jQuery UI Transfer Effect",
		"description": "Displays a transfer effect from one element to another.",
		"keywords": [
			"effect"
		],
		"homepage": "http://jqueryui.com/transfer-effect/",
		"demo": "http://jqueryui.com/transfer-effect/",
		"docs": "http://api.jqueryui.com/transfer-effect/",
		"dependencies": [ "effect" ],
		"category": "effect"
	},
	"widget": {
		"description": "Provides a factory for creating stateful widgets with a common API.",
		"keywords": [
			"abstraction",
			"state",
			"factory"
		]
	}
}