minor fix
diff --git a/epf_prac_151/core.tech.common.extend_supp/guidances/guidelines/programming_automated_tests.xmi b/epf_prac_151/core.tech.common.extend_supp/guidances/guidelines/programming_automated_tests.xmi
index 8a1f080..94e9cad 100644
--- a/epf_prac_151/core.tech.common.extend_supp/guidances/guidelines/programming_automated_tests.xmi
+++ b/epf_prac_151/core.tech.common.extend_supp/guidances/guidelines/programming_automated_tests.xmi
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<org.eclipse.epf.uma:ContentDescription xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:org.eclipse.epf.uma="http://www.eclipse.org/epf/uma/1.0.6/uma.ecore" xmlns:epf="http://www.eclipse.org/epf" epf:version="1.5.1" xmlns:rmc="http://www.ibm.com/rmc" rmc:version="7.5.1" xmi:id="_vuwC4MPcEdmbOvqy4O0adg" name="programming_automated_tests,_0j5sUMlgEdmt3adZL5Dmdw" guid="_vuwC4MPcEdmbOvqy4O0adg" changeDate="2006-12-07T01:06:38.000-0800" version="1.0.0">
+<org.eclipse.epf.uma:ContentDescription xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:org.eclipse.epf.uma="http://www.eclipse.org/epf/uma/1.0.6/uma.ecore" xmlns:rmc="http://www.ibm.com/rmc" rmc:version="7.5.1" xmlns:epf="http://www.eclipse.org/epf" epf:version="1.5.1" xmi:id="_vuwC4MPcEdmbOvqy4O0adg" name="programming_automated_tests,_0j5sUMlgEdmt3adZL5Dmdw" guid="_vuwC4MPcEdmbOvqy4O0adg" changeDate="2012-10-22T10:07:22.795-0700" version="1.0.0">
<mainDescription><h3>
Introduction
</h3>
<p>
Although the programming of automated tests should contribute to the overall test effort, it usually does not make up
the entire test effort. In fact, test environments that are based on a complete automation approach end up spending
- more time on test automation than on testing. Before you begin developing automated test scripts, consider first
- whether it is more efficient to perform manual testing. Some aspects of an application are more efficiently tested
- manually (for example, GUI testing versus data-drive testing). If you decide to program automated test scripts, examine
- what aspects of your test scripting can be automated and begin designing your scripts.
+ more time on test automation than on testing. Before you begin the development of&nbsp;automated test scripts, consider
+ first whether it is more efficient to perform manual testing. Some aspects of an application are more efficiently
+ tested manually (for example, GUI testing versus data-drive testing). If you decide to program automated test scripts,
+ examine what aspects of your test scripting can be automated and begin designing your scripts.
</p>
<h3>
Design your automated tests