Mator

MXPF Tests - Output

Aug 29th, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. JVT initialized at 8:14:43 PM
  2.  
  3. General
  4. InitializeMXPF
  5. mxInitialized should be true
  6. mxDebugMessages should be created
  7. mxFailureMessages should be created
  8. mxMasters should be created
  9. mxFiles should be created
  10. mxRecords should be created
  11. mxPatchRecords should be created
  12. DefaultOptionsMXPF
  13. mxLoadMasterRecords should be true
  14. mxCopyWinningOverrides should be true
  15. FinalizeMXPF
  16. mxInitialized should be false
  17. mxLoadCalled should be false
  18. mxCopyCalled should be false
  19. mxLoadMasterRecords should be false
  20. mxLoadOverrideRecords should be false
  21. mxCopyWinningOverrides should be false
  22. mxFileMode should be 0
  23. mxRecordsCopied should be 0
  24. mxPatchFile should be unassigned
  25. mxDebugMessages should be freed
  26. mxFailureMessages should be freed
  27. mxFiles should be freed
  28. mxMasters should be freed
  29. mxRecords should be freed
  30. mxPatchRecords should be freed
  31. [PASSED]
  32.  
  33. Logging
  34. DebugMessage
  35. Should have 2 messages after InitializeMXPF has been called
  36. Messages should be stored correctly
  37. DebugList
  38. No prefix
  39. First message should match
  40. Second message should match
  41. With prefix
  42. First message should match
  43. Second message should match
  44. FailureMessage
  45. Should have 0 messages after InitializeMXPF has been called
  46. Messages should be stored correctly
  47. [PASSED]
  48.  
  49. Patch File Selection
  50. PatchFileByAuthor
  51. MXPF not initialized
  52. Should not assign mxPatchFile
  53. File loaded
  54. Should find the file
  55. Author should match
  56. File not loaded
  57. Shouldn't find a file
  58. Multiple matching files
  59. Should find first file matching author
  60. PatchFileByName
  61. MXPF not initialized
  62. Should not assign mxPatchFile
  63. File loaded
  64. Should find the file
  65. File not loaded
  66. Shouldn't find a file
  67. [PASSED]
  68.  
  69. File Selection
  70. SetExclusions
  71. MXPF not initialized
  72. Should not change mxFileMode
  73. MXPF initialized
  74. Should set mxFileMode to 1
  75. Should load the specified files into mxFiles
  76. SetInclusions
  77. MXPF not initialized
  78. Should not change mxFileMode
  79. MXPF initialized
  80. Should set mxFileMode to 2
  81. Should load the specified files into mxFiles
  82. [PASSED]
  83.  
  84. Record Processing
  85. LoadRecords
  86. MXPF not initialized
  87. Should not throw an exception
  88. Patch file not assigned
  89. Should not throw an exception
  90. Patch file assigned
  91. Should load files into mxMasters
  92. Should load records into mxRecords
  93. Exclusion mode
  94. Should not add masters from skipped files
  95. Should not load records from excluded files
  96. Inclusion mode
  97. Should only add masters from included files
  98. Should only load records from included files
  99. mxLoadMasterRecords
  100. Should only load master records
  101. mxLoadOverrideRecords
  102. Should only load override records
  103. [PASSED]
  104.  
  105.  
  106. JVT finalized at 8:14:45 PM
Advertisement
Add Comment
Please, Sign In to add comment