Rename old FIXME to TODO (#13646)

* Rename old FIXME to TODO, so we can track new FIXME starting v13

* Remove empty TODO
This commit is contained in:
Elitsa Marinovska
2023-01-18 12:28:54 +01:00
committed by GitHub
parent de8e307295
commit 2c8927c2e9
32 changed files with 55 additions and 55 deletions

View File

@@ -304,8 +304,8 @@ public class DefaultShortStringHelperTestsWithoutSetup
}));
Assert.AreEqual("house*2", helper.CleanString("house (2)", CleanStringType.Alias));
// FIXME: but for a filename we want to keep them!
// FIXME: and what about a URL?
// TODO: but for a filename we want to keep them!
// TODO: and what about a URL?
}
[Test]
@@ -424,8 +424,8 @@ public class DefaultShortStringHelperTestsWithoutSetup
// E is a word (too short to be an acronym)
// FF is an acronym
// FIXME: "C" can't be an acronym
// FIXME: "DBXreview" = acronym?!
// TODO: "C" can't be an acronym
// TODO: "DBXreview" = acronym?!
Assert.AreEqual(
"aaa BBB CCc Ddd E FF",
helper.CleanString("aaa BBB CCc Ddd E FF", CleanStringType.Alias)); // unchanged