Navigation Menu

Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichalek committed Sep 21, 2016
1 parent 9f55f5a commit 9f0f3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symmetric-core/src/test/resources/test-services-setup.sql
Expand Up @@ -19,8 +19,8 @@
-- under the License.
--

insert into sym_channel (channel_id, processing_order, max_batch_size, max_batch_to_send, contains_big_lob, enabled, max_data_to_route, description) values('testchannel', 1, 50, 50, 1, 1, 0, null);
insert into sym_channel (channel_id, processing_order, max_batch_size, max_batch_to_send, contains_big_lob, enabled, max_data_to_route, description) values('other', 0, 1, 50, 1, 1, 0, null);
insert into sym_channel (channel_id, processing_order, max_batch_size, max_batch_to_send, contains_big_lob, enabled, max_network_kbps, description) values('testchannel', 1, 50, 50, 1, 1, 0.00, null);
insert into sym_channel (channel_id, processing_order, max_batch_size, max_batch_to_send, contains_big_lob, enabled, max_network_kbps, description) values('other', 0, 1, 50, 1, 1, 0.00, null);

insert into sym_node_group (node_group_id, description) values ('symmetric','a group representing symmetric configuration');
insert into sym_node_group (node_group_id, description) values ('test-root-group','a test config');
Expand Down

0 comments on commit 9f0f3b9

Please sign in to comment.