mirror of https://bitbucket.org/ausocean/av.git
Uncomment accidentally commented-out code.
This commit is contained in:
parent
5cf880761e
commit
a8572722b5
|
@ -93,7 +93,6 @@ func TestNumbers(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// TestProperties tests encoding and decoding of properties.
|
||||
func TestProperties(t *testing.T) {
|
||||
var buf [1024]byte
|
||||
|
@ -145,7 +144,6 @@ func TestProperties(t *testing.T) {
|
|||
}
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
// TestObject tests encoding and decoding of objects.
|
||||
func TestObject(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue