Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- JVT initialized at 8:14:43 PM
- General
- InitializeMXPF
- mxInitialized should be true
- mxDebugMessages should be created
- mxFailureMessages should be created
- mxMasters should be created
- mxFiles should be created
- mxRecords should be created
- mxPatchRecords should be created
- DefaultOptionsMXPF
- mxLoadMasterRecords should be true
- mxCopyWinningOverrides should be true
- FinalizeMXPF
- mxInitialized should be false
- mxLoadCalled should be false
- mxCopyCalled should be false
- mxLoadMasterRecords should be false
- mxLoadOverrideRecords should be false
- mxCopyWinningOverrides should be false
- mxFileMode should be 0
- mxRecordsCopied should be 0
- mxPatchFile should be unassigned
- mxDebugMessages should be freed
- mxFailureMessages should be freed
- mxFiles should be freed
- mxMasters should be freed
- mxRecords should be freed
- mxPatchRecords should be freed
- [PASSED]
- Logging
- DebugMessage
- Should have 2 messages after InitializeMXPF has been called
- Messages should be stored correctly
- DebugList
- No prefix
- First message should match
- Second message should match
- With prefix
- First message should match
- Second message should match
- FailureMessage
- Should have 0 messages after InitializeMXPF has been called
- Messages should be stored correctly
- [PASSED]
- Patch File Selection
- PatchFileByAuthor
- MXPF not initialized
- Should not assign mxPatchFile
- File loaded
- Should find the file
- Author should match
- File not loaded
- Shouldn't find a file
- Multiple matching files
- Should find first file matching author
- PatchFileByName
- MXPF not initialized
- Should not assign mxPatchFile
- File loaded
- Should find the file
- File not loaded
- Shouldn't find a file
- [PASSED]
- File Selection
- SetExclusions
- MXPF not initialized
- Should not change mxFileMode
- MXPF initialized
- Should set mxFileMode to 1
- Should load the specified files into mxFiles
- SetInclusions
- MXPF not initialized
- Should not change mxFileMode
- MXPF initialized
- Should set mxFileMode to 2
- Should load the specified files into mxFiles
- [PASSED]
- Record Processing
- LoadRecords
- MXPF not initialized
- Should not throw an exception
- Patch file not assigned
- Should not throw an exception
- Patch file assigned
- Should load files into mxMasters
- Should load records into mxRecords
- Exclusion mode
- Should not add masters from skipped files
- Should not load records from excluded files
- Inclusion mode
- Should only add masters from included files
- Should only load records from included files
- mxLoadMasterRecords
- Should only load master records
- mxLoadOverrideRecords
- Should only load override records
- [PASSED]
- JVT finalized at 8:14:45 PM
Advertisement
Add Comment
Please, Sign In to add comment