NEW ISSUES

This commit is contained in:
Caleb Gardner
2022-06-18 14:40:33 -05:00
parent 49595de3f2
commit 8f5e1fef96
3 changed files with 6 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.xml")
testOut, _ := os.Create(wd + "/testing/test.xml")
testFil, err := rdr.Open("PortableApps/Notepad++Portable/App/Notepad++64/functionList/cobol-free.xml")
os.Remove(wd + "/testing/test.ini")
testOut, _ := os.Create(wd + "/testing/test.ini")
testFil, err := rdr.Open("Documents/Pictures/Desktop.ini")
if err != nil {
t.Fatal(err)
}