forked from deblan/database-anonymizer
remove tests
This commit is contained in:
parent
a7cd0634ef
commit
571c65fd56
1 changed files with 0 additions and 8 deletions
|
|
@ -15,10 +15,6 @@ func TestDataFroms(t *testing.T) {
|
||||||
t.Fatalf("TestDataFroms: FromInt64 check failed")
|
t.Fatalf("TestDataFroms: FromInt64 check failed")
|
||||||
}
|
}
|
||||||
|
|
||||||
if !d.IsInteger {
|
|
||||||
t.Fatalf("TestDataFroms: FromInt64 + IsInteger check failed")
|
|
||||||
}
|
|
||||||
|
|
||||||
v := []byte{'A', 'B', 'C'}
|
v := []byte{'A', 'B', 'C'}
|
||||||
|
|
||||||
d.FromByte(v)
|
d.FromByte(v)
|
||||||
|
|
@ -26,10 +22,6 @@ func TestDataFroms(t *testing.T) {
|
||||||
if d.Value != "ABC" {
|
if d.Value != "ABC" {
|
||||||
t.Fatalf("TestDataFroms: FromByte check failed")
|
t.Fatalf("TestDataFroms: FromByte check failed")
|
||||||
}
|
}
|
||||||
|
|
||||||
if d.IsInteger {
|
|
||||||
t.Fatalf("TestDataFroms FromByte + IsInteger check failed")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestDataIsTwigExpression(t *testing.T) {
|
func TestDataIsTwigExpression(t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue