New feature #284 : Add bitrate, sample rate, and channels to template options and to exports
This commit is contained in:
parent
7f086aeaac
commit
77e61479cf
9 changed files with 89 additions and 55 deletions
|
|
@ -21,7 +21,7 @@ namespace FileNamingTemplateTests
|
|||
sb.Append('0', 300);
|
||||
var longText = sb.ToString();
|
||||
|
||||
var expectedNew = "C:\\foo\\bar\\my꞉ book 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 [ID123456].txt";
|
||||
var expectedNew = @"C:\foo\bar\my꞉ book 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 [ID123456].txt";
|
||||
var f2 = NEW_GetValidFilename_FileNamingTemplate(@"C:\foo\bar", "my: book " + longText, "txt", "ID123456");
|
||||
|
||||
f2.Should().Be(expectedNew);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue