xmpp_test.go
changeset 74 e619e18dcec3
parent 72 53f15893a1a7
--- a/xmpp_test.go	Thu Jan 19 11:06:42 2012 -0600
+++ b/xmpp_test.go	Thu Jan 19 12:25:36 2012 -0600
@@ -6,11 +6,11 @@
 
 import (
 	"bytes"
+	"encoding/xml"
 	"reflect"
 	"strings"
 	"sync"
 	"testing"
-	"xml"
 )
 
 func TestReadError(t *testing.T) {