Blame test/identify-printer-multiple.test

Packit 2fc92b
# Make the printer display a message and beep
Packit 2fc92b
{
Packit 2fc92b
	# The name of the test...
Packit 2fc92b
	NAME "Identify Printer with Message and Beep"
Packit 2fc92b
Packit 2fc92b
	# The operation to use
Packit 2fc92b
	OPERATION Identify-Printer
Packit 2fc92b
Packit 2fc92b
	# Attributes, starting in the operation group...
Packit 2fc92b
	GROUP operation-attributes-tag
Packit 2fc92b
	ATTR charset attributes-charset utf-8
Packit 2fc92b
	ATTR language attributes-natural-language en
Packit 2fc92b
	ATTR uri printer-uri $uri
Packit 2fc92b
	ATTR name requesting-user-name $user
Packit 2fc92b
	ATTR keyword identify-actions sound,display
Packit 2fc92b
	ATTR text message "Hello\, World!"
Packit 2fc92b
Packit 2fc92b
	# What statuses are OK?
Packit 2fc92b
	STATUS successful-ok
Packit 2fc92b
	STATUS successful-ok-ignored-or-substituted-attributes
Packit 2fc92b
}