<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/tests, branch master</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/'/>
<entry>
<title>Add gettext translation test using test language.</title>
<updated>2010-04-16T14:56:48+00:00</updated>
<author>
<name>John Dennis</name>
<email>jdennis@redhat.com</email>
</author>
<published>2010-03-12T18:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=5b9d1ee1804e4be331655dda318f8900ede4621b'/>
<id>5b9d1ee1804e4be331655dda318f8900ede4621b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>XML-RPC signature change</title>
<updated>2010-03-30T19:10:58+00:00</updated>
<author>
<name>Jason Gerard DeRose</name>
<email>jderose@redhat.com</email>
</author>
<published>2010-03-26T09:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=918721c1d0ad0b330825aa9e3f464f36e31ad0c1'/>
<id>918721c1d0ad0b330825aa9e3f464f36e31ad0c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deleting a non-fully-qualified hostname should still delete its services</title>
<updated>2010-03-30T13:41:17+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-03-29T15:31:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=c3c850b1d795bec6d11e2dc00cd31676a97ba208'/>
<id>c3c850b1d795bec6d11e2dc00cd31676a97ba208</id>
<content type='text'>
We were being left with orphan services if the host entry was not removed
using the FQDN.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were being left with orphan services if the host entry was not removed
using the FQDN.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that the group policy priority is unique.</title>
<updated>2010-03-19T13:13:33+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-03-12T23:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=d13fcb6a0c6702e000705d9366b4d1e519fa632f'/>
<id>d13fcb6a0c6702e000705d9366b4d1e519fa632f</id>
<content type='text'>
We use CoS to determine the order in which group policy is applied. The
behavior in CoS is undefined for multiple entries with the same
cospriority.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use CoS to determine the order in which group policy is applied. The
behavior in CoS is undefined for multiple entries with the same
cospriority.
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish deferred translation mechanism</title>
<updated>2010-03-16T17:41:22+00:00</updated>
<author>
<name>Jason Gerard DeRose</name>
<email>jderose@redhat.com</email>
</author>
<published>2010-03-09T03:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=c350f841342675440837740f9df1c582e499da25'/>
<id>c350f841342675440837740f9df1c582e499da25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>localize doc strings</title>
<updated>2010-03-09T04:10:36+00:00</updated>
<author>
<name>John Dennis</name>
<email>jdennis@redhat.com</email>
</author>
<published>2010-03-05T21:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=b75d06e18938015ad6eafe53e15aa2d7a2f92f02'/>
<id>b75d06e18938015ad6eafe53e15aa2d7a2f92f02</id>
<content type='text'>
A number of doc strings were not localized, wrap them in _().
Some messages were not localized, wrap them in _()

Fix a couple of failing tests:
The method name in RPC should not be unicode.
The doc attribute must use the .msg attribute for comparison.

Also clean up imports of _() The import should come from
ipalib or ipalib.text, not ugettext from request.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A number of doc strings were not localized, wrap them in _().
Some messages were not localized, wrap them in _()

Fix a couple of failing tests:
The method name in RPC should not be unicode.
The doc attribute must use the .msg attribute for comparison.

Also clean up imports of _() The import should come from
ipalib or ipalib.text, not ugettext from request.
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate to single WSGI entry point</title>
<updated>2010-03-02T03:21:38+00:00</updated>
<author>
<name>Jason Gerard DeRose</name>
<email>jderose@redhat.com</email>
</author>
<published>2010-02-23T17:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=942919bef77030b10a96cab66ab878a8a3d7ef10'/>
<id>942919bef77030b10a96cab66ab878a8a3d7ef10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unicode failures in Env tests and dn failures in XML-RPC tests</title>
<updated>2010-02-26T17:31:11+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-02-22T19:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=766757e4d4d57c0dad881c1176ae318462203adc'/>
<id>766757e4d4d57c0dad881c1176ae318462203adc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the --all option work in Add/Remove Member commands.</title>
<updated>2010-02-24T19:56:34+00:00</updated>
<author>
<name>Pavel Zuna</name>
<email>pzuna@redhat.com</email>
</author>
<published>2010-02-23T14:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=aa2c124e7d8b089285c41e6605ee7f37dad393c1'/>
<id>aa2c124e7d8b089285c41e6605ee7f37dad393c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Translatable Param.label, Param.doc</title>
<updated>2010-02-24T09:47:39+00:00</updated>
<author>
<name>Jason Gerard DeRose</name>
<email>jderose@redhat.com</email>
</author>
<published>2010-02-19T16:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=8c46e09735d076e9689d04936cdeeca6dfd770d3'/>
<id>8c46e09735d076e9689d04936cdeeca6dfd770d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
