Blame test/get-job-attributes2.test

Packit 2fc92b
# Test get-job-attributes
Packit 2fc92b
{
Packit 2fc92b
	# The name of the test...
Packit 2fc92b
	NAME "get-job-attributes"
Packit 2fc92b
Packit 2fc92b
	# The resource to use for the POST
Packit 2fc92b
	# RESOURCE /admin
Packit 2fc92b
Packit 2fc92b
	# The operation to use
Packit 2fc92b
	OPERATION get-job-attributes
Packit 2fc92b
Packit 2fc92b
	# Attributes, starting in the operation group...
Packit 2fc92b
	GROUP operation
Packit 2fc92b
	ATTR charset attributes-charset utf-8
Packit 2fc92b
	ATTR language attributes-natural-language en
Packit 2fc92b
	ATTR uri job-uri $uri
Packit 2fc92b
Packit 2fc92b
	# What statuses are OK?
Packit 2fc92b
	STATUS successful-ok
Packit 2fc92b
	STATUS successful-ok-ignored-or-substituted-attributes
Packit 2fc92b
Packit 2fc92b
	# What attributes do we expect?
Packit 2fc92b
	EXPECT job-uri
Packit 2fc92b
	EXPECT job-state
Packit 2fc92b
	EXPECT time-at-creation
Packit 2fc92b
	EXPECT time-at-completed
Packit 2fc92b
	EXPECT time-at-processing
Packit 2fc92b
}