<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/utplsql/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/utplsql/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/utplsql/bugs/</id><updated>2015-11-14T02:19:18.138000Z</updated><subtitle>Recent changes to bugs</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><entry><title>#41 Compilation error in ut_config.pkb</title><link href="https://sourceforge.net/p/utplsql/bugs/41/?limit=25#802e" rel="alternate"/><published>2015-02-15T17:47:14.085000Z</published><updated>2015-02-15T17:47:14.085000Z</updated><author><name>Paul Walker</name><uri>https://sourceforge.net/u/p72endragon/</uri></author><id>https://sourceforge.net13c7340f661fe4c3a85f7ed41323a4f0832b7724</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: Open --&amp;gt; Verified&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#41 Compilation error in ut_config.pkb</title><link href="https://sourceforge.net/p/utplsql/bugs/41/?limit=25#7bb0" rel="alternate"/><published>2015-02-15T17:33:23.513000Z</published><updated>2015-02-15T17:33:23.513000Z</updated><author><name>Paul Walker</name><uri>https://sourceforge.net/u/p72endragon/</uri></author><id>https://sourceforge.netb3f5df554d731ade7dcf6547c6e06d1e82d4b201</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Seen in version&lt;/strong&gt;:  --&amp;gt; 2.3.0&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Oracle version&lt;/strong&gt;:  --&amp;gt; &lt;span&gt;[Unknown]&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#41 Compilation error in ut_config.pkb</title><link href="https://sourceforge.net/p/utplsql/bugs/41/?limit=25#4651" rel="alternate"/><published>2015-02-15T17:32:51.792000Z</published><updated>2015-02-15T17:32:51.792000Z</updated><author><name>Paul Walker</name><uri>https://sourceforge.net/u/p72endragon/</uri></author><id>https://sourceforge.net0c7f5429cf43b0b3d2c1365144aff457ba362bcd</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Just looking quickly, I think it should probably be an "end" tag. The line is currently:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;start_ge_8_1&lt;/span&gt; &lt;span class="n"&gt;COMMIT&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&lt;/span&gt; &lt;span class="n"&gt;start_ge_8_1&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;I suspect it should actually be:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;start_ge_8_1&lt;/span&gt; &lt;span class="n"&gt;COMMIT&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;end_ge_8_1&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;This needs to checked more carefully though&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#41 Compilation error in ut_config.pkb</title><link href="https://sourceforge.net/p/utplsql/bugs/41/?limit=25#1d55" rel="alternate"/><published>2015-02-15T17:29:00.744000Z</published><updated>2015-02-15T17:29:00.744000Z</updated><author><name>Paul Walker</name><uri>https://sourceforge.net/u/p72endragon/</uri></author><id>https://sourceforge.net873b90e709352b6411e246d43519e2ea28b7cf04</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket moved from /p/utplsql/feature-requests/10/&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#30 testpkg always fails with "invalid directory path"</title><link href="https://sourceforge.net/p/utplsql/bugs/30/?limit=25#2a01" rel="alternate"/><published>2015-02-09T01:29:10.953000Z</published><updated>2015-02-09T01:29:10.953000Z</updated><author><name>Paul Walker</name><uri>https://sourceforge.net/u/p72endragon/</uri></author><id>https://sourceforge.net4b883b7e70be76ad9e9f56beb168691d3b04bd54</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: Open --&amp;gt; Closed-NotABug&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#40 utGen.TestPkg_From_String requires extra field</title><link href="https://sourceforge.net/p/utplsql/bugs/40/?limit=25#8ff8" rel="alternate"/><published>2015-02-09T01:27:14.118000Z</published><updated>2015-02-09T01:27:14.118000Z</updated><author><name>Paul Walker</name><uri>https://sourceforge.net/u/p72endragon/</uri></author><id>https://sourceforge.net4c254e57a85b6123d65719ba17b3cacc27231a5b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Please can you provide the steps to reproduce this?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#40 utGen.TestPkg_From_String requires extra field</title><link href="https://sourceforge.net/p/utplsql/bugs/40/?limit=25#0435" rel="alternate"/><published>2015-02-09T01:26:26.760000Z</published><updated>2015-02-09T01:26:26.760000Z</updated><author><name>Paul Walker</name><uri>https://sourceforge.net/u/p72endragon/</uri></author><id>https://sourceforge.net50a19db2fef2d227a55e357c4e60cd20d03d1c5a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Paul Walker&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>utGen.TestPkg_From_String requires extra field</title><link href="https://sourceforge.net/p/utplsql/bugs/40/" rel="alternate"/><published>2015-01-22T15:53:12.982000Z</published><updated>2015-01-22T15:53:12.982000Z</updated><author><name>Mr G</name><uri>https://sourceforge.net/u/dudegreg/</uri></author><id>https://sourceforge.net0ec05841c25d5bdd860f01ac19a22b18a2103727</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;While trying to use the utGen.TestPkg_From_String interface:&lt;/p&gt;
&lt;p&gt;I get an error on line #1058&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;           &lt;span class="o"&gt;--&lt;/span&gt; &lt;span class="n"&gt;NOK0205&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="n"&gt;grab&lt;/span&gt; &lt;span class="n"&gt;value&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;last&lt;/span&gt; &lt;span class="n"&gt;entry&lt;/span&gt; &lt;span class="n"&gt;as&lt;/span&gt; &lt;span class="n"&gt;well&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;
           &lt;span class="n"&gt;l_grid&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;l_indx&lt;/span&gt;&lt;span class="p"&gt;).&lt;/span&gt;&lt;span class="n"&gt;null_ok&lt;/span&gt; &lt;span class="o"&gt;:=&lt;/span&gt; &lt;span class="n"&gt;UPPER&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;l_entries&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;8&lt;/span&gt;&lt;span class="p"&gt;));&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Looks like the grid string is expecting 8 entries instead of 7.  Work around was to just add an extra undocumented delimiter | to the end of the input lines.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Also, it seems that there must be exactly 1 space between each of the input lines in order to get this to work?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>