aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_fileref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_fileref.cpp')
-rw-r--r--tests/test_fileref.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_fileref.cpp b/tests/test_fileref.cpp
index 8394b875..afdc140c 100644
--- a/tests/test_fileref.cpp
+++ b/tests/test_fileref.cpp
@@ -292,12 +292,12 @@ public:
{
fileRefSave<RIFF::AIFF::File>("alaw", ".aifc");
}
-
+
void testDSF()
{
fileRefSave<DSF::File>("empty10ms",".dsf");
}
-
+
void testDSDIFF()
{
fileRefSave<DSDIFF::File>("empty10ms",".dff");
@@ -314,7 +314,7 @@ public:
void testCreate()
{
- // This is depricated. But worth it to test.
+ // This is deprecated. But worth it to test.
File *f = FileRef::create(TEST_FILE_PATH_C("empty_vorbis.oga"));
CPPUNIT_ASSERT(dynamic_cast<Ogg::Vorbis::File*>(f));