Commit 7e87d3f0 authored by tzik@chromium.org's avatar tzik@chromium.org

[Pepper] Enable disabled QuotaReservationTest

BUG=194304
NOTRY=true

Review URL: https://codereview.chromium.org/137803002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245106 0039d316-1c4b-4281-b951-d872f2087c98
parent 5560d4d0
......@@ -80,6 +80,7 @@ class QuotaReservationTest : public testing::Test {
virtual void TearDown() OVERRIDE {
reservation_manager_.reset();
base::RunLoop().RunUntilIdle();
}
base::FilePath MakeFilePath(const base::FilePath::StringType& file_name) {
......@@ -150,7 +151,7 @@ void ReserveQuota(
// Tests that:
// 1) We can reserve quota with no files open.
// 2) Open a file, grow it, close it, and reserve quota with correct sizes.
TEST_F(QuotaReservationTest, DISABLED_ReserveQuota) {
TEST_F(QuotaReservationTest, ReserveQuota) {
GURL origin(kOrigin);
FileSystemType type = kType;
......@@ -191,7 +192,7 @@ TEST_F(QuotaReservationTest, DISABLED_ReserveQuota) {
// Tests that:
// 1) We can open and close multiple files.
TEST_F(QuotaReservationTest, DISABLED_MultipleFiles) {
TEST_F(QuotaReservationTest, MultipleFiles) {
GURL origin(kOrigin);
FileSystemType type = kType;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment