Skip to content

Commit 268b1e9

Browse files
committed
Restore the commented out tests.
1 parent 55e61ed commit 268b1e9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

firestore/integration_test_internal/src/query_snapshot_test.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ TEST_F(QuerySnapshotTest, Assignment) {
4545

4646
#endif // defined(__ANDROID__)
4747

48-
/*
4948
TEST_F(QuerySnapshotTest, Equality) {
5049
CollectionReference collection =
5150
Collection({{"a", {{"k", FieldValue::String("a")}}},
@@ -99,7 +98,6 @@ TEST_F(QuerySnapshotTest, Equality) {
9998
EXPECT_FALSE(snapshot6 == snapshot7);
10099
EXPECT_FALSE(snapshot7 != snapshot8);
101100
}
102-
*/
103101

104102
} // namespace firestore
105103
} // namespace firebase

firestore/integration_test_internal/src/transaction_extra_test.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@
3232
namespace firebase {
3333
namespace firestore {
3434

35-
/*
3635
using TransactionExtraTest = FirestoreIntegrationTest;
3736

38-
/*
3937
TEST_F(TransactionExtraTest,
4038
TestRetriesWhenDocumentThatWasReadWithoutBeingWrittenChanges) {
4139
DocumentReference doc1 = TestFirestore()->Collection("counter").Document();
@@ -112,7 +110,6 @@ TEST_F(TransactionExtraTest, TestReadingADocTwiceWithDifferentVersions) {
112110

113111
DocumentSnapshot snapshot = ReadDocument(doc);
114112
}
115-
*/
116113

117114
} // namespace firestore
118115
} // namespace firebase

0 commit comments

Comments
 (0)