You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rest/utilities_testing_resttester.go
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -237,6 +237,12 @@ func (rt *RestTester) WaitForVersionRevIDOnly(docID string, version DocVersion)
237
237
rt.WaitForVersion(docID, version)
238
238
}
239
239
240
+
// WaitForCV waits for the document's current version to match the expectedVersion. Fails the test harness. WaitForVersion should be used in the general case to test revtree and and cv behavior.
0 commit comments