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 16 by william, Wed Jul 14 09:23:41 2010 UTC vs.
Revision 17 by william, Wed Jul 14 09:24:48 2010 UTC

--- trunk/gr2lib_UnitTest/Program.cs	2010/07/14 09:23:41	16
+++ trunk/gr2lib_UnitTest/Program.cs	2010/07/14 09:24:48	17
@@ -18,6 +18,7 @@ namespace gr2lib_UnitTest
                 Console.WriteLine("Warning:\n" +
                     "\t Loaded Granny2 DLL Version: " + _version.APIVersion.Version + "\n" +
                     "\t Expected Version: " + _version.ExpectedAPIVersion.Version);
+                return;
             }
             else
             {