MCPcopy Create free account
hub / github.com/OpenPrinting/goipp / TestDecodeBadMessage1

Function TestDecodeBadMessage1

encdec_test.go:910–914  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

908}
909
910func TestDecodeBadMessage1(t *testing.T) {
911 testDecode(t, badMessage1, DecoderOptions{}, true, false)
912 testDecode(t, badMessage1,
913 DecoderOptions{EnableWorkarounds: true}, false, false)
914}
915
916func TestDecodeHPOfficeJetPro8730(t *testing.T) {
917 testDecode(t, attrsHPOfficeJetPro8730, DecoderOptions{}, false, true)

Callers

nothing calls this directly

Calls 1

testDecodeFunction · 0.85

Tested by

no test coverage detected