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 28 by william, Wed Jul 14 09:55:24 2010 UTC vs.
Revision 33 by william, Wed Jul 14 18:46:06 2010 UTC

--- trunk/gr2lib_UnitTest/Program.cs	2010/07/14 09:55:24	28
+++ trunk/gr2lib_UnitTest/Program.cs	2010/07/14 18:46:06	33
@@ -12,10 +12,10 @@ namespace gr2lib_UnitTest
         static void Main(string[] args)
         {
             // Setup access to check loaded Granny2 API Version
-            Granny2APIVersion _version = new Granny2APIVersion();
+            granny2apiversion _version = new granny2apiversion();
 
             // Check if the Loaded API Version Matches
-            if (!_version.APIVersionsMatch)
+            if (!_version.apiversionsmatch)
             {
                 // the loaded version does not match
                 Console.WriteLine("Warning:\n" +