<br><br><div class="gmail_quote">2009/10/9 Herbert König <span dir="ltr">&lt;<a href="mailto:herbertkoenig@gmx.net" target="_blank">herbertkoenig@gmx.net</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi,<br>
<br>
87 green seem to be the limit of what I can achieve without big<br>
special cases in 3.8.2.<br></blockquote><div><br>Excellent news.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
If I activate DBXResetTestBackend, subsequent tests will fail because<br>
the next tests setUp will use UIManager to ask for a new Backend. This<br>
fails due to a lack of UIManager in 3.8.2<br>
<br>
So the PNG only says 86 passed.<br>
<br></blockquote><div><br>Ok...now I see the problem: do cannot see the packages in that Test Runner. Please, take an 3.10.2 image or pharo and see the Test Runner with SqueakDBX. There you can see the packages. <br> </div>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The top three deselected are the tests assuming multiple backends<br>
which I don&#39;t have.<br>
<br></blockquote><div><br>Exactly. That&#39;s why they are in a separate package, but you don&#39;t see packages hahhaa.<br>So, DON&#39;T run tests: DBXExamples, DBXFullTestRunner and DBXResetTestBackend. The rest should work.<br>

 </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I had to disable DBXQueryDMLTest&gt;&gt;testUpdateWithBadData because in the<br>
DB frontend I cannot update a numeric field with a String but in<br>
SqueakDBX no error is raised.<br>
<br>
I have no clue how to deal with this.<br>
*Please give me some ideas!*<br>
<br></blockquote><div><br>I fordwarded you an email from OpenDBX mailing list.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The other deselected ones have errors.<br>
All errors account for the fact that<br>
&#39;INSERT INTO signature(code, name, observations, id_student)<br>
 VALUES (11, &#39;&#39;Something&#39;&#39;, &#39;&#39;Nothing&#39;&#39;, 2)&#39;<br>
does not work for MySQL4.<br>
<br>
I know this from my other programs and I had to extend String with:<br>
<br>
surroundedByDoubleQuotes<br>
        &quot;Answer the receiver with leading and trailing quotes.  &quot;<br>
<br>
        ^ $&quot; asString, self, $&quot; asString<br>
<br>
and would use that to get quotes around Something and Nothing.<br>
<br>
For some reason String&gt;&gt;surroundedBySingleQuotes would not do the job.<br>
<br>
I&#39;ll check if this is a Squeak issue or a MySQl issue by continuing in<br>
Squeak 3.10.2<br>
<br></blockquote><div><br>I don&#39;t know what to tell you. As you said, maybe you should test it in 3.10.2<br><br>Best,<br><br>Mariano<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
Cheers,<br>
<br>
Herbert                            mailto:<a href="mailto:herbertkoenig@gmx.net" target="_blank">herbertkoenig@gmx.net</a><br>_______________________________________________<br>
SqueakDBX mailing list<br>
<a href="mailto:SqueakDBX@lists.squeakfoundation.org" target="_blank">SqueakDBX@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
<br></blockquote></div><br>