<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>UnitTester Releases</title>
  <link rel="alternate" href="/download" />
  <link rel="self" href="#"/>
  <subtitle>UnitTester - test driven development for 4D v11 and v12</subtitle>
  <id>http://www.unittester4d.com/releases</id>
  <updated>2010-06-26T00:00:00Z</updated>
  <author>
	<name>PNWU</name>
  </author>
    	<entry>
	    <title>UnitTester 1.6.1</title>
	    <link rel="alternate" href="/download#release73" />
	    <content type="html">
			<![CDATA[ 
			Single-user license now works in remote mode. Essentially, a single-user license carries one seat for client-server mode. 
			]]>
		</content>
	    <id>http://www.pnwu.org/releases#73</id>
	    <updated>2010-06-26T00:00:00Z</updated>
	  </entry>
    	<entry>
	    <title>UnitTester 1.6</title>
	    <link rel="alternate" href="/download#release17" />
	    <content type="html">
			<![CDATA[ 
			Added method wrapper generation to enable deploying an application tested by UnitTester without also deploying the component.
 
			]]>
		</content>
	    <id>http://www.pnwu.org/releases#17</id>
	    <updated>2010-05-24T05:00:00Z</updated>
	  </entry>
    	<entry>
	    <title>UnitTester 1.5.3</title>
	    <link rel="alternate" href="/download#release16" />
	    <content type="html">
			<![CDATA[ 
			Changed feedback feature to send to a new server via REST. Requires 4D Internet Commands plugin.
 
			]]>
		</content>
	    <id>http://www.pnwu.org/releases#16</id>
	    <updated>2010-05-22T05:00:00Z</updated>
	  </entry>
    	<entry>
	    <title>UnitTester 1.5.2</title>
	    <link rel="alternate" href="/download#release15" />
	    <content type="html">
			<![CDATA[ 
			<ul> <li>Fixed a bug in Team version where if no licenses had been previously activated on the server machine, then the client would not even be allowed to enter demo mode and therefore couldn't activate a license. Now, a client can access in demo mode when unlicensed.</li> <li>Replaced UnitTester plugin with <a href="http://www.pluggers.nl/api_pack.html">Rob Laveaux's API Pack plugin</a>.</li> </ul>
 
			]]>
		</content>
	    <id>http://www.pnwu.org/releases#15</id>
	    <updated>2010-05-13T05:00:00Z</updated>
	  </entry>
    	<entry>
	    <title>UnitTester 1.5</title>
	    <link rel="alternate" href="/download#release14" />
	    <content type="html">
			<![CDATA[ 
			Removed drag and drop featues due to bugs in hierarchical lists + drag and drop in 4D v11.5. Added ability to double-click a test suite to open an input form that allows dragging and dropping methods from the explorer for generating a batch of tests. Previously, could only do this when creating a new suite. Now it works for existing suites as well.
 
			]]>
		</content>
	    <id>http://www.pnwu.org/releases#14</id>
	    <updated>2010-05-12T05:00:00Z</updated>
	  </entry>
    	<entry>
	    <title>UnitTester 1.4.5</title>
	    <link rel="alternate" href="/download#release13" />
	    <content type="html">
			<![CDATA[ 
			Due to a bug fixed in 4D Pack 11.5, methods created from UnitTester using the 11.5 version had the "Execute on Server" flag flipped from the actual setting (turned on when specifiec to be off). This is now fixed, but requires the use of the 11.5 plugin.
 
			]]>
		</content>
	    <id>http://www.pnwu.org/releases#13</id>
	    <updated>2010-02-10T04:00:00Z</updated>
	  </entry>
    	<entry>
	    <title>UnitTester 1.4.4</title>
	    <link rel="alternate" href="/download#release12" />
	    <content type="html">
			<![CDATA[ 
			Changed method creation to depend on the AP Create Method instead of UnitTester_CreateMethod plugin call. This is for two reasons: 1. The plugin api did not expose the "Execute on Server" flag and defaulted all new methods to be Executed on Server; and 2. Nice to give users the option to mark a method to execute on server
 
			]]>
		</content>
	    <id>http://www.pnwu.org/releases#12</id>
	    <updated>2010-01-31T04:00:00Z</updated>
	  </entry>
    	<entry>
	    <title>UnitTester 1.4</title>
	    <link rel="alternate" href="/download#release11" />
	    <content type="html">
			<![CDATA[ 
			Changed Mock_TearDown so that it works correctly with v11.5 - which introduced a bug fix for SET DATABASE PARAMETER(... Sequence number...).
 
			]]>
		</content>
	    <id>http://www.pnwu.org/releases#11</id>
	    <updated>2009-11-27T04:00:00Z</updated>
	  </entry>
    	<entry>
	    <title>UnitTester 1.3</title>
	    <link rel="alternate" href="/download#release10" />
	    <content type="html">
			<![CDATA[ 
			Added a preference to turn off UnitTester's error handler - which lets 4D catch errors. This is useful when you are writing new methods that may contain syntax errors. 4D's error handling will show you the line number of the occurrance and provide more detail. Also added keyboard shortcuts to preferences (shift+cmd+s) and get updates from server (shift+cmd+u) toolbar buttons. Documentation has also been updated.
 
			]]>
		</content>
	    <id>http://www.pnwu.org/releases#10</id>
	    <updated>2009-08-06T05:00:00Z</updated>
	  </entry>
    	<entry>
	    <title>UnitTester 1.2.7</title>
	    <link rel="alternate" href="/download#release9" />
	    <content type="html">
			<![CDATA[ 
			Added a preference to automatically check for updates (max once per day).
 
			]]>
		</content>
	    <id>http://www.pnwu.org/releases#9</id>
	    <updated>2009-08-03T05:00:00Z</updated>
	  </entry>
    	<entry>
	    <title>UnitTester 1.2</title>
	    <link rel="alternate" href="/download#release8" />
	    <content type="html">
			<![CDATA[ 
			Updated the UnitTester supporting plugin to enable setting the method properties from within the Method Creator tool. Updated preferences to include defaults for method properties when creating methods via the Method Creator tool.
 
			]]>
		</content>
	    <id>http://www.pnwu.org/releases#8</id>
	    <updated>2009-07-03T05:00:00Z</updated>
	  </entry>
    	<entry>
	    <title>UnitTester 1.1</title>
	    <link rel="alternate" href="/download#release7" />
	    <content type="html">
			<![CDATA[ 
			Added Logging feature. New Preference tab for Log Files.
 
			]]>
		</content>
	    <id>http://www.pnwu.org/releases#7</id>
	    <updated>2009-06-19T05:00:00Z</updated>
	  </entry>
    	<entry>
	    <title>UnitTester 1.0</title>
	    <link rel="alternate" href="/download#release6" />
	    <content type="html">
			<![CDATA[ 
			Initial launch of UnitTester
 
			]]>
		</content>
	    <id>http://www.pnwu.org/releases#6</id>
	    <updated>2009-05-31T05:00:00Z</updated>
	  </entry>
  </feed>
