Modified:
branches/5.1/TestSuite/Source/DataTypeTests.cs
Log:
Fix comment for the test case.
Modified: branches/5.1/TestSuite/Source/DataTypeTests.cs
===================================================================
--- branches/5.1/TestSuite/Source/DataTypeTests.cs 2009-07-20 14:33:33 UTC (rev 1704)
+++ branches/5.1/TestSuite/Source/DataTypeTests.cs 2009-07-21 12:28:33 UTC (rev 1705)
@@ -92,9 +92,17 @@
}
}
+
+ /// <summary>
+ /// Bug#46205 - tinyint as boolean does not work for utf8 default database character set.
+ /// </summary>
+ ///<remarks>
+ /// Original bug occured only with mysqld started with --default-character-set=utf8.
+ /// It does not seem possible to reproduce the original buggy behavior+ /// Neither "set global character_set_server = utf8" , nor "create table /database with character set "
+ /// were sufficient.
+ ///</remarks>
[Test]
- // Bug#46205 - tinyint as boolean does not work for utf8 database character set.
- // mysqld needs to be started with --default-character-set=utf8 for the bug to occur.
public void TreatTinyAsBool()
{
if (version < new Version(4, 1)) return;
| Thread |
|---|
| • Connector/NET commit: r1705 - branches/5.1/TestSuite/Source | vvaintroub | 21 Jul |