concat2_test.go 156 B

1234567891011
  1. package ckeys_test
  2. import (
  3. "testing"
  4. "git.wecise.com/wecise/odbserver/test/unit/mql/ckeys"
  5. )
  6. func TestConcat2(t *testing.T) {
  7. ckeys.Concat2Test(t)
  8. }