Change project URL since Codeplex is shutting down
This commit is contained in:
@@ -59,5 +59,11 @@ namespace ChristianHelle.DeveloperTools.CodeGenerators.Resw.CustomTool.Tests
|
||||
{
|
||||
Assert.IsTrue(actual.Contains("New ResourceLoader(currentAssemblyName + \"/Resources\")"));
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void ContainsProjectUrl()
|
||||
{
|
||||
Assert.IsTrue(actual.Contains("http://bit.ly/reswcodegen"));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user