We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3563d commit d93750dCopy full SHA for d93750d
1 file changed
parse_test.go
@@ -74,7 +74,8 @@ func TestParseUntilEOF(t *testing.T) {
74
75
// TestParse_CEchoRQ is a test for parsing a CEchoRQ command. It checks that
76
// the command is parsed correctly and that the expected tags are present in
77
-// the dataset.
+// the dataset. These commands are typically very small dicom fragments, and
78
+// ensure that our parsing and transfer syntax inference logic work correctly.
79
func TestParse_CEchoRQ(t *testing.T) {
80
commandBytes := []byte{
81
// Command Group Length
0 commit comments