roster_test.go
changeset 74 e619e18dcec3
parent 72 53f15893a1a7
child 75 03a923eb5c01
--- a/roster_test.go	Thu Jan 19 11:06:42 2012 -0600
+++ b/roster_test.go	Thu Jan 19 12:25:36 2012 -0600
@@ -5,10 +5,10 @@
 package xmpp
 
 import (
+	"encoding/xml"
 	"reflect"
 	"strings"
 	"testing"
-	"xml"
 )
 
 // This is mostly just tests of the roster data structures.