aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_pcm_all.hxx4
-rw-r--r--test/test_pcm_export.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/test_pcm_all.hxx b/test/test_pcm_all.hxx
index 64ad82a32..7cdd8b63f 100644
--- a/test/test_pcm_all.hxx
+++ b/test/test_pcm_all.hxx
@@ -108,14 +108,14 @@ class PcmExportTest : public CppUnit::TestFixture {
CPPUNIT_TEST(TestShift8);
CPPUNIT_TEST(TestPack24);
CPPUNIT_TEST(TestReverseEndian);
- CPPUNIT_TEST(TestDsdUsb);
+ CPPUNIT_TEST(TestDop);
CPPUNIT_TEST_SUITE_END();
public:
void TestShift8();
void TestPack24();
void TestReverseEndian();
- void TestDsdUsb();
+ void TestDop();
};
#endif
diff --git a/test/test_pcm_export.cxx b/test/test_pcm_export.cxx
index 88c1974e3..410e64e4d 100644
--- a/test/test_pcm_export.cxx
+++ b/test/test_pcm_export.cxx
@@ -106,7 +106,7 @@ PcmExportTest::TestReverseEndian()
}
void
-PcmExportTest::TestDsdUsb()
+PcmExportTest::TestDop()
{
static constexpr uint8_t src[] = {
0x01, 0x23, 0x45, 0x67,