From 73f8de325b31d350883f6752fb04d63c41112e8f Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Tue, 16 Oct 2018 15:13:32 -0400 Subject: Initial commit Change-Id: I510baf73e4d35b651fb04e5b8e038dacb6a5a130 Issue-ID: MUSIC-149 Signed-off-by: Tschaen, Brendan --- src/main/resources/mdbc.properties | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 src/main/resources/mdbc.properties (limited to 'src/main/resources/mdbc.properties') diff --git a/src/main/resources/mdbc.properties b/src/main/resources/mdbc.properties new file mode 100755 index 0000000..f6e722c --- /dev/null +++ b/src/main/resources/mdbc.properties @@ -0,0 +1,12 @@ +# +# A list of all Mixins that should be checked by MDBC +# +MIXINS= \ + com.att.research.mdbc.mixins.H2Mixin \ + com.att.research.mdbc.mixins.H2ServerMixin \ + com.att.research.mdbc.mixins.MySQLMixin \ + com.att.research.mdbc.mixins.CassandraMixin \ + com.att.research.mdbc.mixins.Cassandra2Mixin + +critical.tables= \ + TEST \ No newline at end of file -- cgit 1.2.3-korg