roster_test.go
changeset 74 e619e18dcec3
parent 72 53f15893a1a7
child 75 03a923eb5c01
equal deleted inserted replaced
73:acca351fb8f0 74:e619e18dcec3
     3 // license that can be found in the LICENSE file.
     3 // license that can be found in the LICENSE file.
     4 
     4 
     5 package xmpp
     5 package xmpp
     6 
     6 
     7 import (
     7 import (
       
     8 	"encoding/xml"
     8 	"reflect"
     9 	"reflect"
     9 	"strings"
    10 	"strings"
    10 	"testing"
    11 	"testing"
    11 	"xml"
       
    12 )
    12 )
    13 
    13 
    14 // This is mostly just tests of the roster data structures.
    14 // This is mostly just tests of the roster data structures.
    15 
    15 
    16 func TestRosterIqMarshal(t *testing.T) {
    16 func TestRosterIqMarshal(t *testing.T) {