Skip to content

Commit 52d601b

Browse files
committed
updated file test after copyright years updated
1 parent 8fd7058 commit 52d601b

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

tests/fileTest1/filetest1.cpp

+17-17
Original file line numberDiff line numberDiff line change
@@ -134,23 +134,23 @@ FileTest1::FileTest1(QObject* parent): QObject(parent),
134134
connect(m_engine, &QSmf::signalSMFTempo, this, &FileTest1::tempoEvent);
135135
}
136136

137-
const char FileTest1::test_mid[] = {
138-
'\x4d','\x54','\x68','\x64','\x00','\x00','\x00','\x06','\x00','\x00','\x00','\x01',
139-
'\x00','\x78','\x4d','\x54','\x72','\x6b','\x00','\x00','\x00','\x99','\x00','\xff',
140-
'\x02','\x2f','\x43','\x6f','\x70','\x79','\x72','\x69','\x67','\x68','\x74','\x20',
141-
'\x28','\x43','\x29','\x20','\x32','\x30','\x30','\x36','\x2d','\x32','\x30','\x32',
142-
'\x33','\x20','\x50','\x65','\x64','\x72','\x6f','\x20','\x4c','\xc3','\xb3','\x70',
143-
'\x65','\x7a','\x2d','\x43','\x61','\x62','\x61','\x6e','\x69','\x6c','\x6c','\x61',
144-
'\x73','\x00','\xff','\x51','\x03','\x09','\x27','\xc0','\x00','\xff','\x58','\x04',
145-
'\x03','\x02','\x24','\x08','\x00','\xff','\x59','\x02','\x02','\x00','\x00','\xf0',
146-
'\x0a','\x41','\x10','\x42','\x12','\x40','\x00','\x7f','\x00','\x41','\xf7','\x00',
147-
'\x90','\x3c','\x78','\x3c','\x80','\x3c','\x00','\x00','\x90','\x3e','\x78','\x3c',
148-
'\x80','\x3e','\x00','\x00','\x90','\x40','\x78','\x3c','\x80','\x40','\x00','\x00',
149-
'\x90','\x41','\x78','\x3c','\x80','\x41','\x00','\x00','\x90','\x43','\x78','\x3c',
150-
'\x80','\x43','\x00','\x00','\x90','\x45','\x78','\x3c','\x80','\x45','\x00','\x00',
151-
'\x90','\x47','\x78','\x3c','\x80','\x47','\x00','\x00','\x90','\x48','\x78','\x3c',
152-
'\x80','\x48','\x00','\x00','\xff','\x2f','\x00'
153-
};
137+
const char FileTest1::test_mid[]
138+
= {'\x4d', '\x54', '\x68', '\x64', '\x00', '\x00', '\x00', '\x06', '\x00', '\x00', '\x00',
139+
'\x01', '\x00', '\x78', '\x4d', '\x54', '\x72', '\x6b', '\x00', '\x00', '\x00', '\x99',
140+
'\x00', '\xff', '\x02', '\x2f', '\x43', '\x6f', '\x70', '\x79', '\x72', '\x69', '\x67',
141+
'\x68', '\x74', '\x20', '\x28', '\x43', '\x29', '\x20', '\x32', '\x30', '\x30', '\x36',
142+
'\x2d', '\x32', '\x30', '\x32', '\x34', '\x20', '\x50', '\x65', '\x64', '\x72', '\x6f',
143+
'\x20', '\x4c', '\xc3', '\xb3', '\x70', '\x65', '\x7a', '\x2d', '\x43', '\x61', '\x62',
144+
'\x61', '\x6e', '\x69', '\x6c', '\x6c', '\x61', '\x73', '\x00', '\xff', '\x51', '\x03',
145+
'\x09', '\x27', '\xc0', '\x00', '\xff', '\x58', '\x04', '\x03', '\x02', '\x24', '\x08',
146+
'\x00', '\xff', '\x59', '\x02', '\x02', '\x00', '\x00', '\xf0', '\x0a', '\x41', '\x10',
147+
'\x42', '\x12', '\x40', '\x00', '\x7f', '\x00', '\x41', '\xf7', '\x00', '\x90', '\x3c',
148+
'\x78', '\x3c', '\x80', '\x3c', '\x00', '\x00', '\x90', '\x3e', '\x78', '\x3c', '\x80',
149+
'\x3e', '\x00', '\x00', '\x90', '\x40', '\x78', '\x3c', '\x80', '\x40', '\x00', '\x00',
150+
'\x90', '\x41', '\x78', '\x3c', '\x80', '\x41', '\x00', '\x00', '\x90', '\x43', '\x78',
151+
'\x3c', '\x80', '\x43', '\x00', '\x00', '\x90', '\x45', '\x78', '\x3c', '\x80', '\x45',
152+
'\x00', '\x00', '\x90', '\x47', '\x78', '\x3c', '\x80', '\x47', '\x00', '\x00', '\x90',
153+
'\x48', '\x78', '\x3c', '\x80', '\x48', '\x00', '\x00', '\xff', '\x2f', '\x00'};
154154
const int FileTest1::test_mid_len = sizeof(test_mid); //175;
155155
const QString FileTest1::COPYRIGHT = u8"Copyright (C) 2006-2024 Pedro López-Cabanillas";
156156
const QByteArray FileTest1::GSRESET = QByteArrayLiteral( "f04110421240007f0041f7" );

0 commit comments

Comments
 (0)