//                  Testing Log
//                  -----------
//
// This file is a log of the testing performed in developing the MShift code.
// Each section is for a new public release version (beta or full release), 
// and is dated on the day the problems were resolved, tested and 
// the code released.

// 5.201 - released 01/18/2016
// --------------------------------
// in3ram flash access/retention - OK
// serial comms - OK 
// CANbus comms (outpc from MS2) - OK 
// CANbus passthrough parameter burn (w/ 2.920) - OK
// CANbus passthrough gauges (w/ 2.920) - OK 
// INI errors - OK
// VSS - OK
// Auto Shift - OK
// Outputs 1,2,3 - OK
// Input 1,2,3 - OK 

// 5.200 - not released
// --------------------------------
// Added test in3ram + CANbus input test channels
// Rearranged .PRM blocks
// in3ram flash access/retention - OK
// serial comms - OK 
// CAN comms (outpc from MS2) - OK 
// CAN passthrough (w/ 2.920) - OK
// INI errors - OK
// VSS - OK
// Auto Shift - OK
// Solenoids 1 to 3 - OK 

// 5.110 - released 01/11/2016
// --------------------------------
// Added test inputs for physical channels
// serial comms - OK 
// CAN comms (outpc from MS2) - OK 
// INI errors - OK
// VSS - OK
// Auto Shift - OK
// Solenoids 1 to 3 - OK 

// 5.103 - released 11/04/2015
// --------------------------------
// CAN comms (outpc from MS2) - OK
// INI errors - OK
// VSS - OK
// Auto Shift - OK
// Ouputs 1-3 - OK

// 5.100 - released 04/15/2015
// --------------------------------
// CAN comms (outpc from MS2) - OK
// INI errors - OK
// VSS - OK
// Auto Shift - OK
// Ouputs 1-3 - OK

// 5.015 beta - released 03/01/2014
// --------------------------------
// Fixed non-CAN load for no tach and under 300 rpm
// Renamed temp variables to include type (xxx_U08, xxx_S16, etc.)
// Added overdrive ratios for ISS to tach calcs
// 0 mph PC from table - OK
// serial comms - OK 
// CAN comms (outpc from MS2) - OK
// CAN passthrough - OK
// INI errors - OK
// TCC versus CAN load - OK
// VSS - OK
// Auto Shift - OK

// 5.011 beta - released 02/22/2014
// --------------------------------
// fixed uint cast on non-CAN load
// check  baud rate to make sure it is reasonable and has not been corrupted
// serial comms - OK 
// CAN comms (outpc from MS2) - OK
// INI errors - OK
// VSS - OK
// Auto Shift - OK

// 5.009 beta - released 02/02/2014
// --------------------------------
// fixed and verified speedo output on scope - looks good
// serial comms - OK 
// CAN comms (outpc from MS2) - OK
// CAN pass-through - OK (w/ 2.920)
// INI errors - OK
// VSS - OK
// Auto Shift - OK

// 5.005 beta - released 06/05/2013
// --------------------------------
// added rolled up fixes from 4.125 to 4.130
// added advanced slip modes
// serial comms - OK
// CAN comms (outpc from MS2) - OK
// INI errors - OK
// VSS - OK
// Auto Shift - OK
// Manual shift - OK

// 5.002 beta - released 06/05/2013
// --------------------------------
// added spare port 3 to PC output
// serial comms - OK
// CAN comms (outpc from MS2) - OK
// INI errors - OK
// VSS - OK
// Auto Shift - OK
// Manual shift - OK

// 5.001 beta - released 05/26/2013
// --------------------------------
// added 6x6 TPSxRPM load table - OK
// added 6x1 shift completion delay table
// serial comms - OK
// CAN comms (outpc from MS2) - OK
// INI errors - OK
// VSS - OK
// Auto Shift - OK
// Manual shift - OK

