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:
committed by
GitHub
parent
de8e307295
commit
2c8927c2e9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user