<!DOCTYPE html>
<html>
<head>
</head>
<body>
<dl style="line-height: 1.5; margin-left: 2em">
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Author</dt>
<dd style="margin-left: 8.5em">HAYASHI Kentaro <hayas****@clear*****></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Date</dt>
<dd style="margin-left: 8.5em">2012-07-25 17:59:03 +0900 (Wed, 25 Jul 2012)</dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">New Revision</dt>
<dd style="margin-left: 8.5em"><a href="https://github.com/mroonga/mroonga/commit/532c0e6fd2622dd02a9f4dabfa1c6911263a1189">532c0e6fd2622dd02a9f4dabfa1c6911263a1189</a></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Log</dt>
<dd style="margin-left: 8.5em"><pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; padding: 0.5em">test: update file list</pre></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Modified files</dt>
<dd style="margin-left: 8.5em">
<ul>
<li>test/sql/suite/mroonga_storage/r/files.am</li>
<li>test/sql/suite/mroonga_storage/t/files.am</li>
</ul>
</dd>
</dl>
<div class="diff-section" style="clear: both">
<div class="diff" style="margin-left: 1em; margin-right: 1em">
<pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; padding: 0.5em; white-space: normal"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: test/sql/suite/mroonga_storage/r/files.am (+5 -0)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">--- test/sql/suite/mroonga_storage/r/files.am 2012-07-25 17:58:36 +0900 (bc86da8)</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+++ test/sql/suite/mroonga_storage/r/files.am 2012-07-25 17:59:03 +0900 (4691485)</span>
<span class="diff-line" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -26,6 +26,11 @@ result_files = \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         column_enum_less_with_index.result \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         column_enum_many_with_index.result \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         column_int_with_index_zero_value.result \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        column_set_16_with_index.result \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        column_set_24_with_index.result \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        column_set_32_with_index.result \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        column_set_64_with_index.result \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        column_set_8_with_index.result \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         column_time_with_fractional_seconds.result \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         column_time_without_fractional_seconds.result \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         column_timestamp_with_fractional_seconds.result \</span>
</pre>
</div>
<div class="diff" style="margin-left: 1em; margin-right: 1em">
<pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; padding: 0.5em; white-space: normal"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: test/sql/suite/mroonga_storage/t/files.am (+5 -0)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">--- test/sql/suite/mroonga_storage/t/files.am 2012-07-25 17:58:36 +0900 (47655b8)</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+++ test/sql/suite/mroonga_storage/t/files.am 2012-07-25 17:59:03 +0900 (176fcc5)</span>
<span class="diff-line" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -26,6 +26,11 @@ test_files = \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         column_enum_less_with_index.test \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         column_enum_many_with_index.test \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         column_int_with_index_zero_value.test \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        column_set_16_with_index.test \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        column_set_24_with_index.test \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        column_set_32_with_index.test \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        column_set_64_with_index.test \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        column_set_8_with_index.test \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         column_time_with_fractional_seconds.test \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         column_time_without_fractional_seconds.test \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         column_timestamp_with_fractional_seconds.test \</span>
</pre>
</div>
</div>
</body>
</html>