" + "Test Section Name" + " | " + + "" + "Standard Result" + " | " + + "" + "Test File Result" + " | " + + "" + "Tolerances" + " | " + + "" + "Pass/Fail" + " | " + + "
" + "Test Section Name" + " | " + + "" + "Stand Surface ID" + " | " + + "" + "Test Surface ID" + " | " + + "" + "Stand Surface Tilt" + " | " + + "" + "Test Surface Tilt" + " | " + + "" + "Stand Surface Azimuth" + " | " + + "" + "Test Surface Azimuth" + " | " + + "" + "Stand Surface Height" + " | " + + "" + "Test Surface Height" + " | " + + "" + "Stand Surface Width" + " | " + + "" + "Test Surface Width" + " | " + + "" + "Pass/Fail" + " | " + + "
" + "Test Section Name" + " | " + + "" + "Standard Opening Id" + " | " + + "" + "Test Opening Id" + " | " + + "" + "Standard Parent Surface Id" + " | " + + "" + "Test Parent Surface Id" + " | " + + "" + "Standard Parent Azimuth" + " | " + + "" + "Test Parent Azimuth" + " | " + + "" + "Standard Parent Tilt" + " | " + + "" + "Test Parent Tilt" + " | " + + "" + "Standard Surface Area" + " | " + + "" + "Test Surface Area" + " | " + + "" + "Pass/Fail" + " | " + + "
" + "" + + "Detailed Opening Checks " + report.subTestIndex + "" + " | " + + "" + opening.OpeningId + " | " + + "" + to.OpeningId + " | " + + "" + opening.ParentSurfaceId + " | " + + "" + to.ParentSurfaceId + " | " + + "" + String.Format("{0:#,0.00}", opening.ParentAzimuth) + " | " + + "" + String.Format("{0:#,0.00}", to.ParentAzimuth) + " | " + + "" + String.Format("{0:#,0.00}", opening.ParentTilt) + " | " + + "" + String.Format("{0:#,0.00}", to.ParentTilt) + " | " + + "" + String.Format("{0:#,0.00}", opening.surfaceArea) + " | " + + "" + String.Format("{0:#,0.00}", to.surfaceArea) + " | " + + "" + "Pass" + " | " + + "
" + "" + + "Detailed Opening Checks " + report.subTestIndex + "" + " | " + + "" + opening.OpeningId + " | " + + "" + "---" + " | " + + "" + opening.ParentSurfaceId + " | " + + "" + "---" + " | " + + "" + String.Format("{0:#,0.00}", opening.ParentAzimuth) + " | " + + "" + "---" + " | " + + "" + String.Format("{0:#,0.00}", opening.ParentTilt) + " | " + + "" + "---" + " | " + + "" + String.Format("{0:#,0.00}", opening.surfaceArea) + " | " + + "" + "---" + " | " + + "" + "Fail" + " | " + + "
" + report.MessageList[i] + "
"; + log += report.MessageList[i] + System.Environment.NewLine; + } + + output += "" + "gbXML schema Test" + " | " + + "" + "" + " | " + + "" + "Pass" + " | " + + "
" + "gbXML Test" + " | " + + "" + detail.shortTitle + " | "; + + if (passTest && aceTest) + summaryTable += "" + detail.passString + " | " + "" + "You pass the test with minor errors" + " | " + ""; + else + summaryTable += "" + detail.failString + " | " + ""; + + summaryTable += "
" + "gbXML schema Test" + " | " + + "" + "" + " | " + + "" + "Pass" + " | " + + "
" + "gbXML Test" + " | " + + "" + "Test File Currently Not available" + " | "; + + summaryTable += "" + "Error Error Error" + " | " + "