diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-19 00:12:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-19 00:12:52 +0000 |
| commit | 5d80a3e757752dfa71d8bc05d55b6ec2f4050ac1 (patch) | |
| tree | f819cdc9e8a6d2e9386c7a6cebf0185409621e00 /test | |
| parent | fd1b14fd001f5505733513385c74a49a1ea84721 (diff) | |
Remove never-tested DVD ripping / title code.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.cc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/test/test.cc b/test/test.cc index 87ec15be9..e2f9f41ee 100644 --- a/test/test.cc +++ b/test/test.cc @@ -27,7 +27,6 @@ #include "job_manager.h" #include "util.h" #include "exceptions.h" -#include "dvd.h" #include "delay_line.h" #include "image.h" #include "log.h" @@ -195,24 +194,6 @@ BOOST_AUTO_TEST_CASE (util_test) BOOST_CHECK_EQUAL (*i++, "them"); } -BOOST_AUTO_TEST_CASE (dvd_test) -{ - list<DVDTitle> const t = dvd_titles ("test/dvd"); - BOOST_CHECK_EQUAL (t.size(), 3); - list<DVDTitle>::const_iterator i = t.begin (); - - BOOST_CHECK_EQUAL (i->number, 1); - BOOST_CHECK_EQUAL (i->size, 0); - ++i; - - BOOST_CHECK_EQUAL (i->number, 2); - BOOST_CHECK_EQUAL (i->size, 14); - ++i; - - BOOST_CHECK_EQUAL (i->number, 3); - BOOST_CHECK_EQUAL (i->size, 7); -} - class NullLog : public Log { public: |
