Found the problem file.

NOW TO DEBUG
This commit is contained in:
Caleb Gardner
2022-06-18 06:46:00 -05:00
parent 9ac8fef3b2
commit 96b38935a6
3 changed files with 11 additions and 5 deletions
+3 -3
View File
@@ -290,9 +290,9 @@ func TestSTUFF(t *testing.T) {
if err != nil {
t.Fatal(err)
}
os.Remove(wd + "/testing/test.txt")
testOut, _ := os.Create(wd + "/testing/test.txt")
testFil, err := rdr.Open("PortableApps/Notepad++Portable/App/Readme.txt")
os.Remove(wd + "/testing/test.xml")
testOut, _ := os.Create(wd + "/testing/test.xml")
testFil, err := rdr.Open("PortableApps/Notepad++Portable/App/Notepad++64/functionList/cobol-free.xml")
if err != nil {
t.Fatal(err)
}