Add builder & test on software version helpers

This commit is contained in:
Mickael Remond
2019-07-09 17:53:49 +02:00
parent 0e3101c2be
commit 6872ed8d1b
4 changed files with 69 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
// ============================================================================
// Marshaller / unmarshaller test
func marshallUnmarshall(t *testing.T, iq stanza.IQ) (*stanza.IQ, error) {
func checkMarshalling(t *testing.T, iq stanza.IQ) (*stanza.IQ, error) {
// Marshall
data, err := xml.Marshal(iq)
if err != nil {