revert test data

This commit is contained in:
Collin Barrett 2018-01-22 06:32:31 -06:00
parent 7ad3afa6df
commit 33fcd23e98
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@
"HomeUrl": "https://280blocker.net",
"IssuesUrl": null,
"LicenseId": 1,
"Name": "cbtest 280 Blocker",
"Name": "280 Blocker",
"SubmissionUrl": "https://docs.google.com/forms/d/e/1FAIpQLScNeZhFrFZt9GhIVGdThGz7oyepcNRKuOi5PJDnsC-awxTeOQ/viewform",
"SyntaxId": 3,
"ViewUrl": "https://280blocker.net/files/280blocker_adblock.txt"

View file

@ -66,6 +66,7 @@ private static string CreateValues<TEntityType>(IReadOnlyCollection<IProperty> p
(current, rowValues) => current == "" ? rowValues : current + ", " + rowValues);
}
//TODO: use Development and Production rather than Debug and Release
private static List<TEntityType> GetSeedRows<TEntityType>()
{
#if DEBUG