<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 42: utresult.show doesn't return correct result</title><link href="https://sourceforge.net/p/utplsql/bugs/42/" rel="alternate"/><link href="https://sourceforge.net/p/utplsql/bugs/42/feed.atom" rel="self"/><id>https://sourceforge.net/p/utplsql/bugs/42/</id><updated>2015-11-14T02:19:18.138000Z</updated><subtitle>Recent changes to 42: utresult.show doesn't return correct result</subtitle><entry><title>#42 utresult.show doesn't return correct result</title><link href="https://sourceforge.net/p/utplsql/bugs/42/?limit=25#b1df" rel="alternate"/><published>2015-11-14T02:19:18.138000Z</published><updated>2015-11-14T02:19:18.138000Z</updated><author><name>Lance Kind</name><uri>https://sourceforge.net/u/lancerkind/</uri></author><id>https://sourceforge.net025957467242bf3ce33fef55dff54fd42cee4efb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Big picture, what I'm up to is trying to use FlywayDB and utplsql together. I migrate my product code and my test code and execute them in a Flywaymigration script. When executing the migration script, Flyway doesn't show the output, so I need to run a query to get the test report. Here is the thread: &lt;a href="http://stackoverflow.com/questions/33588201/how-to-use-flway-to-migrate-utplsql-into-a-db?rq=1" rel="nofollow"&gt;http://stackoverflow.com/questions/33588201/how-to-use-flway-to-migrate-utplsql-into-a-db?rq=1&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>utresult.show doesn't return correct result</title><link href="https://sourceforge.net/p/utplsql/bugs/42/" rel="alternate"/><published>2015-11-14T02:17:06Z</published><updated>2015-11-14T02:17:06Z</updated><author><name>Lance Kind</name><uri>https://sourceforge.net/u/lancerkind/</uri></author><id>https://sourceforge.net2231cb4ff214a9ba301902878696728c45f254bf</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I can't get utresult.show to show the results of my test suite run.&lt;br/&gt;
1 install test script and table&lt;br/&gt;
create or replace PACKAGE ut_whatever&lt;br/&gt;
IS&lt;br/&gt;
   PROCEDURE ut_setup;&lt;br/&gt;
   PROCEDURE ut_teardown;&lt;/p&gt;
&lt;p&gt;PROCEDURE ut_whatever_true;&lt;br/&gt;
end;&lt;/p&gt;
&lt;p&gt;CREATE OR REPLACE&lt;br/&gt;
PACKAGE BODY UT_WHATEVER AS&lt;br/&gt;
  PROCEDURE ut_setup AS BEGIN  NULL; END;&lt;br/&gt;
  PROCEDURE ut_teardown AS  BEGIN NULL; END;&lt;br/&gt;
  PROCEDURE ut_whatever_true AS   BEGIN &lt;br/&gt;
  utassert.isnotnull('not null', 'not null string');&lt;br/&gt;
  END;&lt;br/&gt;
END;&lt;/p&gt;
&lt;p&gt;2&lt;br/&gt;
BEGIN&lt;br/&gt;
   utsuite.ADD ('MyTests');&lt;br/&gt;
   utpackage.ADD ('MyTests', 'ut_whatever');&lt;br/&gt;
   utplsql.runsuite ('MyTests');&lt;br/&gt;
   utresult.show();&lt;br/&gt;
END;&lt;/p&gt;
&lt;p&gt;3&lt;br/&gt;
Results in two conflicting outputs: utplqsl.runsuit('AllTests') will give me success. utresult.show(); always outputs failure&lt;br/&gt;
&lt;a href="http://utplsql.sourceforge.net/Doc/utresult.html#ShowResults"&gt;http://utplsql.sourceforge.net/Doc/utresult.html#ShowResults&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>