ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/gr2lib/trunk/gr2lib_UnitTest/Program.cs
(Generate patch)

Comparing trunk/gr2lib_UnitTest/Program.cs (file contents):
Revision 37 by william, Wed Jul 14 18:46:06 2010 UTC vs.
Revision 38 by william, Wed Jul 14 18:50:20 2010 UTC

# Line 19 | Line 19 | namespace gr2lib_UnitTest
19              {
20                  // the loaded version does not match
21                  Console.WriteLine("Warning:\n" +
22 <                    "\t Loaded Granny2 DLL Version: " + _version.APIVersion.Version + "\n" +
23 <                    "\t Expected Version: " + _version.ExpectedAPIVersion.Version);
22 >                    "\t Loaded Granny2 DLL Version: " + _version.apiversion.Version + "\n" +
23 >                    "\t Expected Version: " + _version.expectedapiversion.Version);
24                  // return from void to exit application
25                  return;
26              }
27              else
28              {
29                  // the loaded version matches
30 <                Console.WriteLine("Loaded granny2.dll: " + _version.APIVersion.Version);
30 >                Console.WriteLine("Loaded granny2.dll: " + _version.apiversion.Version);
31              }
32              // if we have arrived at this point, the loaded api version matches the what the library was built against
33          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines