Guest User

Untitled

a guest
Dec 3rd, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. || Test class || Batching 1 || Batching 2 || Batching 3
  2. -------------------------------------------------------------------------------------
  3. || WebTest_ACL_AssignUsersToRolesTest || OK || OK || OK
  4. || WebTest_Activity_ContactContextAddTest || Fail || OK || OK
  5. || WebTest_Activity_IcalTest || Fail || Fail || Fail
  6. (adnauseum)
  7. ----
  8.  
  9. In this format, we make some observations:
  10.  
  11. AssignUsersToRolesTest always passes. It's probably working.
  12.  
  13. IcalTest always fails. It's probably broken.
  14.  
  15. ContactContextAddTest is inconsistent -- there's probably a flawed assumption causing an interaction with another test.
Advertisement
Add Comment
Please, Sign In to add comment