<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jm2dev &#187; testing</title>
	<atom:link href="http://www.jm2dev.com/tag/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jm2dev.com</link>
	<description>desarrollo software en el siglo XXI</description>
	<lastBuildDate>Sun, 28 Aug 2011 16:09:44 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TestNG con maven</title>
		<link>http://www.jm2dev.com/2010/02/testng-con-maven/</link>
		<comments>http://www.jm2dev.com/2010/02/testng-con-maven/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 16:44:24 +0000</pubDate>
		<dc:creator>josemiguel</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[pruebas]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[testng]]></category>

		<guid isPermaLink="false">http://www.jm2dev.com/?p=140</guid>
		<description><![CDATA[TestNG como dependencia en un proyecto Maven.]]></description>
			<content:encoded><![CDATA[<p>Para la realización de pruebas unitarias en Java el framework más utilizado es sin duda <a href="http://www.junit.org">JUnit</a>, que está soportado por maven, de hecho el arquetipo para una aplicación sencilla lo incluye como dependencia aunque sea como una versión antigua y siempre lo sustituya. Pero ha ganado popularidad <a href="http://www.testng.org">TestNG</a>, con lo que puestos a editar el fichero POM podemos sustituir JUnit por TestNG con el siguiente fragmento de código.</p>
<pre>
&lt;dependency&gt;
    &lt;groupId&gt;org.testng&lt;/groupId&gt;
    &lt;artifactId&gt;testng&lt;/artifactId&gt;
    &lt;version&gt;5.11&lt;/version&gt;
    &lt;classifier&gt;jdk15&lt;/classifier&gt;
    &lt;scope&gt;test&lt;/scope&gt;
&lt;/dependency&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jm2dev.com/2010/02/testng-con-maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>grub2 in a partition</title>
		<link>http://www.jm2dev.com/2010/02/grub2-in-a-partition/</link>
		<comments>http://www.jm2dev.com/2010/02/grub2-in-a-partition/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 17:52:04 +0000</pubDate>
		<dc:creator>josemiguel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.jm2dev.com/?p=118</guid>
		<description><![CDATA[grub2 working in a partition, non MBR.]]></description>
			<content:encoded><![CDATA[<p>I enjoy using debian on my second generation macbook, and everything was working fine until my last system update, because I was unable to boot linux. I followed this <a href="http://wiki.debian.org/MacBook">guide</a> to install it, and I use rEFIt to boot OS X and grub which boots linux. So grub is installed in a partition, /dev/sda3 in my case.</p>
<p>With previous updates grub2 was ready to replace grub in my current installation so I was surprised to see it was falling, till now <img src='http://www.jm2dev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It seems when I tried to install it on the desired partition grub reported and error, but with the force option I succeed and now everything works.</p>
<p><code>grub-install --force /dev/sda3</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jm2dev.com/2010/02/grub2-in-a-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

