Skip to content

Commit

Permalink
change type on column so test passes
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jul 20, 2014
1 parent 3da871e commit 8671110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symmetric-client/src/test/resources/testBulkWriter.xml
Expand Up @@ -36,7 +36,7 @@
required="true" />
<column name="date_value" type="DATE" />
<column name="time_value" type="TIMESTAMP" />
<column name="boolean_value" type="BIT" size="1" />
<column name="boolean_value" type="BOOLEANINT" size="1" />
<column name="integer_value" type="INTEGER" />
<column name="decimal_value" type="DECIMAL" size="10,2" />
<column name="double_value" type="DOUBLE" />
Expand All @@ -53,7 +53,7 @@
required="true" />
<column name="date_value" type="DATE" />
<column name="time_value" type="TIMESTAMP" />
<column name="boolean_value" type="BIT" size="1" />
<column name="boolean_value" type="BOOLEANINT" size="1" />
<column name="integer_value" type="INTEGER" />
<column name="decimal_value" type="DECIMAL" size="10,2" />
<column name="double_value" type="DOUBLE" />
Expand Down

0 comments on commit 8671110

Please sign in to comment.