NEW ISSUES
This commit is contained in:
+3
-3
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user