Various fix
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Pair --
|
||||||
type Pair struct {
|
type Pair struct {
|
||||||
First string
|
First string
|
||||||
Second string
|
Second string
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import (
|
|||||||
"path/filepath"
|
"path/filepath"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
prop "bitbucket.org/fabio_scotto_di_santolo/properties"
|
prop "github.com/fscotto/properties"
|
||||||
)
|
)
|
||||||
|
|
||||||
const FILENAME = "ini_test.properties"
|
const FILENAME = "ini_test.properties"
|
||||||
@@ -212,7 +212,7 @@ func TestDefaultLoad(t *testing.T) {
|
|||||||
t.Failed()
|
t.Failed()
|
||||||
}
|
}
|
||||||
for key, value := range p.Values() {
|
for key, value := range p.Values() {
|
||||||
t.Logf("%s = %s\n", key, value)
|
t.Logf("%d = %s\n", key, value)
|
||||||
}
|
}
|
||||||
} else if err != nil {
|
} else if err != nil {
|
||||||
t.Logf("\n[!!] Failed error %s\n", err.Error())
|
t.Logf("\n[!!] Failed error %s\n", err.Error())
|
||||||
|
|||||||
Reference in New Issue
Block a user