Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ofesseler committed Dec 14, 2016
1 parent a67e3e6 commit 6842db0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions structs/xmlStructs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ func TestVolumeStatusAllDetailXMLUnmarshall(t *testing.T) {
if vol.Volume.Node[0].SizeTotal != 20507914240 {
t.Errorf("SizeFree doesn't match 20507914240: %v", vol.Volume.Node[0].SizeTotal)
}
}
}

func TestVolumeProfileGvInfoCumulativeXMLUnmarshall(t *testing.T) {
testXMLPath := "../test/gluster_volume_profile_gv_test_info_cumulative.xml"
Expand Down

0 comments on commit 6842db0

Please sign in to comment.