<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using Array of Clusters in UTF in Unit Testing Group</title>
    <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463986#M261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would also help if you can upload the lvtest file and the VI you're trying to test (no need for any dependancies, you can even strip the code out if you like), as well as any Setup/Teardown components.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2015 19:58:55 GMT</pubDate>
    <dc:creator>crelf</dc:creator>
    <dc:date>2015-12-09T19:58:55Z</dc:date>
    <item>
      <title>Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463984#M259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to put this out to the community. It seems that we are having issues using an array of clusters with the UTF for LabVIEW 2015. The UTF does not recognize these types of structures correctly. Attached is a file with screenshots showing the before and after.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 18:12:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463984#M259</guid>
      <dc:creator>StevenGarcia</dc:creator>
      <dc:date>2015-12-04T18:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463985#M260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a bit difficult to follow along in the Word document, so I'll try to summarize what I think you're experiencing here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You have an array of clusters ("Array"). When you add another array of clusters ("sbRIO Data in"), the testcase prototype for the first array of clusters changes to add a value for the array itself (and not just the elements of the array.&lt;/LI&gt;&lt;LI&gt;You have an array of doubles ("Distributed P (kW)"). When you add an array of clusters ("sbRIO Data in"), the testcase prototype for the array of doubles changes to add a value for the array itself (and not just the elements of the array.&lt;/LI&gt;&lt;LI&gt;The added array of clusters ("sbRIO Data in") isn't captured correctly. Each element is represented by the first value of the cluster element, instead of the all of the cluster contents.&lt;/LI&gt;&lt;LI&gt;It looks like the lvtest file on disk is right.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks like a parsing bug to me - the UTF saves the lvtest correctly, but then doesn't read it back in correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Silly suggestion: can you try again, but get rid of all the parentases in your control label names? The parser may be choking on these (it's just a hunch).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 19:56:30 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463985#M260</guid>
      <dc:creator>crelf</dc:creator>
      <dc:date>2015-12-09T19:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463986#M261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would also help if you can upload the lvtest file and the VI you're trying to test (no need for any dependancies, you can even strip the code out if you like), as well as any Setup/Teardown components.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 19:58:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463986#M261</guid>
      <dc:creator>crelf</dc:creator>
      <dc:date>2015-12-09T19:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463987#M262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to be the 'reading in' parsing that is not working in the UTF but also the file is modified incorrectly when the unit test is closed. What you explained is correct with regards to the screenshots in the Word document. I have attached the VI and the lvtest file that I was using but the VI and the lvtest file represent the VI without the 'sbRIO Data in' control connected to the connector pane. Once this control is attached to the connector pane and the test is updated, that is when it breaks. I wanted to try several types of arrays but it is the cluster array that is causing the most grief. I also removed the parenthesis from the control names, just in case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 20:38:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463987#M262</guid>
      <dc:creator>StevenGarcia</dc:creator>
      <dc:date>2015-12-09T20:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463988#M263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Christopher Relf wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks like a parsing bug to me - the UTF saves the lvtest correctly, but then doesn't read it back in correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Silly suggestion: can you try again, but get rid of all the parentases in your control label names? The parser may be choking on these (it's just a hunch).&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You were correct. It is a parsing issue and the problem was a control with "/" in its name. If you want to see how I got to that conlusion, see the video below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will contact NI to get a CAR filed as to why the dialog that informs us of the problem is not showing up in the original VI. Also, it would be interesting to know what changed from the previous version of UTF and the 2015 version that caused this to be an issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IFRAME frameborder="0" width="425" height="350" src="http://www.youtube.com/embed/6Vju5zESrpw" allowfullscreen=""&gt;&lt;/IFRAME&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 21:27:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463988#M263</guid>
      <dc:creator>FabiolaDelaCueva</dc:creator>
      <dc:date>2015-12-17T21:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463989#M264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;FabiolaDelaCueva wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;Christopher Relf wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Silly suggestion: can you try again, but get rid of all the parentases in your control label names? The parser may be choking on these (it's just a hunch).&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You were correct. It is a parsing issue and the problem was a control with "/" in its name.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd figured it was parsing - that's what happens when you use plain text, without schema, as a configuration file format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 21:48:01 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463989#M264</guid>
      <dc:creator>crelf</dc:creator>
      <dc:date>2015-12-17T21:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463990#M265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A CAR has been filed &lt;SPAN style="color: #222222; font-family: sans-serif; font-size: small; background-color: #ffffff;"&gt;CAR # 564417.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: sans-serif; font-size: small; background-color: #ffffff;"&gt;The only thing we can do is to wait and see if it gets fixed in future versions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: sans-serif; font-size: small; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 19:37:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463990#M265</guid>
      <dc:creator>FabiolaDelaCueva</dc:creator>
      <dc:date>2015-12-30T19:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463991#M266</link>
      <description>&lt;P&gt;CAR 564417&amp;nbsp; has been fixed in LabVIEW 2016. Please see the &lt;A href="https://www.ni.com/en/support/documentation/bugs/16/labview-2016-bug-fixes.html" target="_self"&gt;LabVIEW 2016 Bug Fix List &lt;/A&gt;for more information.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 20:49:40 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463991#M266</guid>
      <dc:creator>ChrisStrykesAgain</dc:creator>
      <dc:date>2024-07-12T20:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463992#M267</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;TABLE border="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;OlliesCamel wrote:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CAR 564417&amp;nbsp; has been fixed in LabVIEW 2016. Please see the &lt;A class="jive-link-external-small" href="https://www.ni.com/en/support/documentation/bugs/16/labview-2016-bug-fixes.html" target="_blank" rel="noopener"&gt;LabVIEW 2016 Bug Fix List &lt;/A&gt;for more information.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;TABLE class="pnx-table"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="Bordered"&gt;564417&lt;/TD&gt;
&lt;TD class="Bordered"&gt;&lt;CENTER&gt;—&lt;/CENTER&gt;&lt;/TD&gt;
&lt;TD class="Bordered"&gt;Special characters in Control names can cause Unit Tests to not recognize cluster elements in some cases.&lt;/TD&gt;
&lt;TD class="Bordered"&gt;A control with a special character (/) in its label can cause an lvtest does not to show the controls in a cluster.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does this mean that all characters that UTF allows to be entered in its UI will be saved and read correctly? Of you just fixed it for the "\" case?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 20:50:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463992#M267</guid>
      <dc:creator>crelf</dc:creator>
      <dc:date>2024-07-12T20:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463993#M268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Honestly you may have to test it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internally the CAR mentions just fixing the / character in control names, but the related parsing functions have UTF in their VI names, so it may work for more charachters &lt;IMG src="http://forums.ni.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 15:17:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463993#M268</guid>
      <dc:creator>Craig_</dc:creator>
      <dc:date>2016-08-08T15:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463994#M269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Craig_ wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Honestly you may have to test it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internally the CAR mentions just fixing the / character in control names, but the related parsing functions have UTF in their VI names, so it may work for more charachters &lt;IMG src="http://forums.ni.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you're telling us that the issue is fixed for at least one specific special character. For any others, maybe, who knows? Maybe we'll run into the same issue later on another character and you might patch it for that one later. Maybe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please spend a few minutes talking to the developer and find out the real story for us?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 15:22:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463994#M269</guid>
      <dc:creator>crelf</dc:creator>
      <dc:date>2016-08-08T15:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463995#M270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christopher,&amp;nbsp; I'll follow up with the developer, but it might take a couple days. Will that be sufficient?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Christopher Stryker&lt;/P&gt;&lt;P&gt;LabVIEW Core PSE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 15:27:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463995#M270</guid>
      <dc:creator>ChrisStrykesAgain</dc:creator>
      <dc:date>2016-08-08T15:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463996#M271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I grabbed a VM and did some testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This prompt comes up when there's unsupported chars:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="UTF-2016-Prompt.png" class="jive-image" src="http://forums.ni.com/legacyfs/online/201154_UTF-2016-Prompt.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the \n \r and \t codes I used the \ codes display of a string, put the code in, switched the control to normal display, copied the text into a label, saved, and opened the UTF for the VI to see if they caused any errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These things appear to work in labels:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;\n (newline char)&lt;/LI&gt;&lt;LI&gt;\r (return char)&lt;/LI&gt;&lt;LI&gt;\t (tab char)&lt;/LI&gt;&lt;LI&gt;/ (forward slash)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These things cause the prompt&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;[ (left bracket)&lt;/LI&gt;&lt;LI&gt;] (right bracket)&lt;/LI&gt;&lt;LI&gt;\ (backslash)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What else would you want tested? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this answer your question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 15:58:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463996#M271</guid>
      <dc:creator>Craig_</dc:creator>
      <dc:date>2016-08-08T15:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463997#M272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;OlliesCamel wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christopher,&amp;nbsp; I'll follow up with the developer, but it might take a couple days. Will that be sufficient?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Sure, that would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+1 for your username, btw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 20:54:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463997#M272</guid>
      <dc:creator>crelf</dc:creator>
      <dc:date>2016-08-08T20:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463998#M273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Craig_ wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This prompt comes up when there's unsupported chars:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://ni.lithium.com/servlet/JiveServlet/showImage/2-142254-201154/UTF-2016-Prompt.png"&gt;&lt;IMG alt="UTF-2016-Prompt.png" class="jive-image" height="163" src="http://forums.ni.com/legacyfs/online/201154_UTF-2016-Prompt.png" width="227" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What else would you want tested? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I think you're missing my point - I'm not looking for a lookup table of characters that the UTF supports, I want to know if this statement is true or not:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The UTF will not allow the user to use characters that it does not support. It will also prompt the user if they attempt to use characters that it does not support."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 20:57:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463998#M273</guid>
      <dc:creator>crelf</dc:creator>
      <dc:date>2016-08-08T20:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463999#M274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Christopher,&amp;nbsp; I wanted to let you know that I'm still digging in to this but I was unexpectedly out of office and haven't had a chance to explicitly confirm things.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Also, +100 for you if you caught my intended reference without googling: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.rally-maps.com/Rally-in-the-100-Acre-Wood-2013/Ollie-s-Camel" target="_blank"&gt;http://www.rally-maps.com/Rally-in-the-100-Acre-Wood-2013/Ollie-s-Camel&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt; Even if you googled, +1 back at you for being a rally fan.&amp;nbsp; Thanks, Chris&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: OlliesCamel for formatting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 02:43:28 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3463999#M274</guid>
      <dc:creator>ChrisStrykesAgain</dc:creator>
      <dc:date>2016-08-11T02:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3464000#M275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christopher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My apologies for the extended response time, but there's still a bit of a bug and also a time zone difference with the developer I've been interfacing with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have spoken with the developer and also validated their response. To be clear, if you right click on the VI in the project and create a new unit test, you can use &lt;STRONG&gt;any character &lt;/STRONG&gt;in the control names, as illustrated here:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="FP.PNG" class="jive-image-thumbnail jive-image" onclick="" src="http://forums.ni.com/legacyfs/online/201312_FP.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TestProps.PNG" class="jive-image-thumbnail jive-image" onclick="" src="http://forums.ni.com/legacyfs/online/201313_TestProps.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;That being said:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You &lt;STRONG&gt;CANNOT &lt;/STRONG&gt;right click on "My Computer" in the project and then modify the resulting blank test. It will still present the dialog box seen in former releases and will not parse the control names correctly. I had been using this approach to verify what the developer told me and was not seeing the behavior they described. (The had been using the method above.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your patience with this, and can post the follow up CAR for the second behavior mentioned once it is available. We'll be clarifying this on the current Known Issues List once the new CAR is available and publishing the new CAR on a subsequent Bug Fix List when it is resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christopher Stryker&lt;/P&gt;&lt;P&gt;LabVIEW Core PSE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 13:58:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3464000#M275</guid>
      <dc:creator>ChrisStrykesAgain</dc:creator>
      <dc:date>2016-08-17T13:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3464001#M276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;OlliesCamel wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; Also, +100 for you if you caught my intended reference without googling: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.rally-maps.com/Rally-in-the-100-Acre-Wood-2013/Ollie-s-Camel" target="_blank"&gt;http://www.rally-maps.com/Rally-in-the-100-Acre-Wood-2013/Ollie-s-Camel&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awwwww &lt;A href="http://runescape.wikia.com/wiki/Ollie_the_Camel"&gt;http://runescape.wikia.com/wiki/Ollie_the_Camel&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 14:04:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3464001#M276</guid>
      <dc:creator>crelf</dc:creator>
      <dc:date>2016-08-17T14:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3464002#M277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;OlliesCamel wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your patience with this, and can post the follow up CAR for the second behavior mentioned once it is available. We'll be clarifying this on the current Known Issues List once the new CAR is available and publishing the new CAR on a subsequent Bug Fix List when it is resolved.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Righto, thanks for letting us know Chris.&amp;nbsp; I'm glad that we bugged (ha!) you to get it checked out then &lt;IMG src="http://forums.ni.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 14:06:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3464002#M277</guid>
      <dc:creator>crelf</dc:creator>
      <dc:date>2016-08-17T14:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using Array of Clusters in UTF</title>
      <link>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3464003#M278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Christopher Relf wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awwwww &lt;A class="jive-link-external-small" href="http://runescape.wikia.com/wiki/Ollie_the_Camel" target="_blank"&gt;http://runescape.wikia.com/wiki/Ollie_the_Camel&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;If you select &lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;examine&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;, the info in your box will show: &lt;/SPAN&gt;&lt;EM style="color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;A camel who wants to fly some day&lt;/EM&gt;&lt;SPAN style="color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The Ollies Camel stage is known for it's very large (for North American Rally) jump that causes the cars to go flying, so maybe there's a connection?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="OlliesCamel.jpg" class="jive-image-thumbnail jive-image" onclick="" src="http://forums.ni.com/legacyfs/online/201317_OlliesCamel.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;(Admittedly, this guy didn't get a good jump in. I cut him some slack for missing a wheel.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 14:14:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Unit-Testing-Group/Using-Array-of-Clusters-in-UTF/m-p/3464003#M278</guid>
      <dc:creator>ChrisStrykesAgain</dc:creator>
      <dc:date>2016-08-17T14:14:16Z</dc:date>
    </item>
  </channel>
</rss>

