Removed obsolete test cases from tests/libebook
authorTristan Van Berkom <tristanvb@openismus.com>
Fri, 15 Mar 2013 14:30:35 +0000 (23:30 +0900)
committerTristan Van Berkom <tristanvb@openismus.com>
Fri, 15 Mar 2013 14:30:35 +0000 (23:30 +0900)
commitac6233784e3683e5e8f9ae4cdfbecb8e162dc197
tree19afd90f19034ded1c94521dca2cda25c6d82537
parent113955f01d5fde7dc13e0a7678d70779031ab492
Removed obsolete test cases from tests/libebook

Removed the following cases:

deleted:    test-bulk-methods.c
deleted:    test-changes.c
deleted:    test-ebook-async.c
deleted:    test-ebook-stress-factory--fifo.c
deleted:    test-ebook-stress-factory--serial.c
deleted:    test-ebook-stress-factory--single-book.c
deleted:    test-ebook.c
deleted:    test-nonexistent-id.c
deleted:    test-search.c
deleted:    test-self.c
deleted:    test-stress-bookviews.c

Many of these tests are covered by other cases, some of them are
completely unsupported now (like test-changes.c).

The ebook-test-utils.[ch] has been cleaned up to remove book
creation / opening routines (which is now all covered by the
test fixture).
14 files changed:
tests/libebook/Makefile.am
tests/libebook/ebook-test-utils.c
tests/libebook/ebook-test-utils.h
tests/libebook/test-bulk-methods.c [deleted file]
tests/libebook/test-changes.c [deleted file]
tests/libebook/test-ebook-async.c [deleted file]
tests/libebook/test-ebook-stress-factory--fifo.c [deleted file]
tests/libebook/test-ebook-stress-factory--serial.c [deleted file]
tests/libebook/test-ebook-stress-factory--single-book.c [deleted file]
tests/libebook/test-ebook.c [deleted file]
tests/libebook/test-nonexistent-id.c [deleted file]
tests/libebook/test-search.c [deleted file]
tests/libebook/test-self.c [deleted file]
tests/libebook/test-stress-bookviews.c [deleted file]