Advertisement
agmike

Testing LData

Aug 14th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. [ERROR] LData: FAIL (5 errors, 0 warnings)
  2. * [ERROR] TryGet*: FAIL (3 errors, 0 warnings)
  3. * * [TRACE] string exists: PASS
  4. * * [TRACE] string is correct: PASS
  5. * * [ERROR] subsoup instead of string: FAIL
  6. * * [TRACE] non-existing tag: PASS
  7. * * [TRACE] integer exists: PASS
  8. * * [TRACE] integer is correct: PASS
  9. * * [TRACE] bad integer: PASS
  10. * * [TRACE] non-existing int tag: PASS
  11. * * [TRACE] boolean exists: PASS
  12. * * [TRACE] true value is correct: PASS
  13. * * [TRACE] false value is correct: PASS
  14. * * [TRACE] bad bool: PASS
  15. * * [TRACE] non-existing bool tag: PASS
  16. * * [TRACE] float exists: PASS
  17. * * [TRACE] float is correct: PASS
  18. * * [TRACE] bad float: PASS
  19. * * [TRACE] non-existing float tag: PASS
  20. * * [ERROR] soup exists: FAIL
  21. * * [ERROR] returned soup is correct: FAIL
  22. * * [TRACE] string instead of soup: PASS
  23. * * [TRACE] non-existing tag: PASS
  24. * [LOG] Equals(Soup, Soup): PASS (0 errors, 0 warnings)
  25. * * [TRACE] null == null: PASS
  26. * * [TRACE] empty != null: PASS
  27. * * [TRACE] null != empty: PASS
  28. * * [TRACE] empty == empty: PASS
  29. * * [TRACE] 1 not equal tag: PASS
  30. * * [TRACE] 1 equal tag: PASS
  31. * * [TRACE] 2 not equal tags: PASS
  32. * * [TRACE] 2 equal tags: PASS
  33. * * [TRACE] 2 equal tags and equal subsoup: PASS
  34. * * [TRACE] 2 equal tags and subsoup w/ extra tag: PASS
  35. * [LOG] ArrayLayout: PASS (0 errors, 0 warnings)
  36. * * [TRACE] empty soup: PASS
  37. * * [TRACE] 1 value: PASS
  38. * * [TRACE] 4 values: PASS
  39. * * [TRACE] missing value: PASS
  40. * * [TRACE] incorrect index: PASS
  41. * [LOG] Append: PASS (0 errors, 0 warnings)
  42. * * [TRACE] flat layout, no replace: PASS
  43. * * [TRACE] flat layout, replace: PASS
  44. * * [TRACE] subsoup, no replace: PASS
  45. * * [TRACE] subsoup, replace: PASS
  46. * * [TRACE] tag and soup conflict, no replace: PASS
  47. * * [TRACE] tag and soup conflict, replace: PASS
  48. * [ERROR] To/FromJson: FAIL (2 errors, 0 warnings)
  49. * * [TRACE] parse 1 tag: PASS
  50. * * [TRACE] parse 1 tag in brackets: PASS
  51. * * [TRACE] parse 1 tag in brackets quoted with comma: PASS
  52. * * [TRACE] parse 2 tags, escaping: PASS
  53. * * [ERROR] parse structure: FAIL
  54. * * [ERROR] print structure: FAIL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement