Skip to content
Snippets Groups Projects
Commit e3f30ba0 authored by Josh Brooks's avatar Josh Brooks
Browse files

Remove bad test

parent 0cfaf693
No related branches found
No related tags found
3 merge requests!510Release,!381Initial CTIDH,!378Add a debug GetRunningProcesses to bindings
...@@ -9,10 +9,6 @@ package bindings ...@@ -9,10 +9,6 @@ package bindings
import ( import (
"encoding/json" "encoding/json"
"gitlab.com/elixxir/crypto/group"
"testing"
"time"
"gitlab.com/elixxir/crypto/cmix" "gitlab.com/elixxir/crypto/cmix"
"gitlab.com/elixxir/crypto/cyclic" "gitlab.com/elixxir/crypto/cyclic"
dh "gitlab.com/elixxir/crypto/diffieHellman" dh "gitlab.com/elixxir/crypto/diffieHellman"
...@@ -20,24 +16,9 @@ import ( ...@@ -20,24 +16,9 @@ import (
"gitlab.com/xx_network/crypto/large" "gitlab.com/xx_network/crypto/large"
"gitlab.com/xx_network/crypto/signature/rsa" "gitlab.com/xx_network/crypto/signature/rsa"
"gitlab.com/xx_network/primitives/id" "gitlab.com/xx_network/primitives/id"
"testing"
) )
func TestName(t *testing.T) {
gmid := group.MessageID{}
copy(gmid[:], []byte("forty five"))
mr := GroupChatMessage{
GroupId: id.NewIdFromUInt(628139, id.Group, t).Bytes(),
MessageId: gmid.Bytes(),
Payload: []byte("forty five"),
SenderId: id.NewIdFromUInt(1992, id.User, t).Bytes(),
Timestamp: time.Now().UnixNano(),
}
mar, _ := json.Marshal(mr)
t.Logf("%s", mar)
}
func TestIdentity_JSON(t *testing.T) { func TestIdentity_JSON(t *testing.T) {
rng := csprng.NewSystemRNG() rng := csprng.NewSystemRNG()
uid := id.NewIdFromString("zezima", id.User, t) uid := id.NewIdFromString("zezima", id.User, t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment