Index: Migration/Scripts/test/Migration.Scripts.Data.TestUtil/TestCreateScript.cs =================================================================== diff -u -r1141c26fc503c0955645107a51f91c8e5975d606 -r923413bfa0a6c81e2b0931c5b1e156dc8253328f --- Migration/Scripts/test/Migration.Scripts.Data.TestUtil/TestCreateScript.cs (.../TestCreateScript.cs) (revision 1141c26fc503c0955645107a51f91c8e5975d606) +++ Migration/Scripts/test/Migration.Scripts.Data.TestUtil/TestCreateScript.cs (.../TestCreateScript.cs) (revision 923413bfa0a6c81e2b0931c5b1e156dc8253328f) @@ -50,13 +50,13 @@ /// private class TestVersionedFile : IVersionedFile { - public string Location { get; set; } - /// /// Sets the version for . /// public string Version { private get; set; } + public string Location { get; set; } + public string GetVersion() { return Version;