Merge "Build Level 3 Haystack for Android MIPS"
This commit is contained in:
committed by
Android (Google) Code Review
commit
9b4da994ec
@@ -4671,7 +4671,6 @@ TEST_P(DISABLED_UsageTableTest, FiftyEntries) {
|
||||
s.close();
|
||||
}
|
||||
sleep(kShortSleep);
|
||||
cout << "Making another 49\n";
|
||||
// If I add too many entries, it can delete the older ones first, except
|
||||
// it shouldn't delete the one attached to an open session. (s1)
|
||||
for (int i=0; i<ENTRY_COUNT; i++) {
|
||||
@@ -4688,7 +4687,6 @@ TEST_P(DISABLED_UsageTableTest, FiftyEntries) {
|
||||
sessions[i].GenerateReport(pst);
|
||||
sessions[i].close();
|
||||
}
|
||||
cout << "Checking another 49\n";
|
||||
for (int i=0; i<49; i++) {
|
||||
Session s;
|
||||
s.open();
|
||||
|
||||
Reference in New Issue
Block a user