Paging and sorting for assets

PLAT-75
This commit is contained in:
Don Mitchell
2014-11-12 16:05:59 -05:00
parent a0a5746e21
commit 482113883a

View File

@@ -330,8 +330,6 @@ class TestMongoAssetMetadataStorage(unittest.TestCase):
Save multiple metadata in each store and retrieve it singularly, as all assets, and after deleting all.
"""
# Temporarily only perform this test for Old Mongo - not Split.
if not isinstance(storebuilder, MongoModulestoreBuilder):
raise unittest.SkipTest
with MongoContentstoreBuilder().build() as contentstore:
with storebuilder.build(contentstore) as store:
course1 = CourseFactory.create(modulestore=store)