diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-25 15:03:54 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-25 15:10:28 -0700 |
| commit | 2728d12b6169a978aa3dc2e35390923d2eecd295 (patch) | |
| tree | 42078a99c30846ee4499a93e14db6a6717eb73e6 /hotline/transaction_handlers_test.go | |
| parent | 583fd0d2d9064c173a13d6735edde771d5789de7 (diff) | |
Add more file extension -> type/creator code mappings
Diffstat (limited to 'hotline/transaction_handlers_test.go')
| -rw-r--r-- | hotline/transaction_handlers_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/transaction_handlers_test.go b/hotline/transaction_handlers_test.go index f0a3ee7..f8d3b2e 100644 --- a/hotline/transaction_handlers_test.go +++ b/hotline/transaction_handlers_test.go @@ -490,7 +490,7 @@ func TestHandleGetFileInfo(t *testing.T) { Fields: []Field{ NewField(fieldFileName, []byte("testfile.txt")), NewField(fieldFileTypeString, []byte("TEXT")), - NewField(fieldFileCreatorString, []byte("TTXT")), + NewField(fieldFileCreatorString, []byte("ttxt")), NewField(fieldFileComment, []byte("TODO")), NewField(fieldFileType, []byte("TEXT")), NewField(fieldFileCreateDate, []byte{0x07, 0x70, 0x00, 0x00, 0xba, 0x74, 0x24, 0x73}), |