test if download file size is printed
diff --git a/test_download.php b/test_download.php
index 64158c2..3b13b9f 100644
--- a/test_download.php
+++ b/test_download.php
@@ -13,21 +13,8 @@
 	ob_start();
 ?>
 	<div id="midcolumn">
-		<h1>What is SWTBot?</h1>
-		<p>SWTBot is an open-source Java based UI/functional testing tool for testing <a href="http://eclipse.org/swt">SWT</a> and <a href="http://eclipse.org">Eclipse</a> based applications.</p>
-
-		<p>SWTBot provides APIs that are simple to read and write. The APIs also hide the complexities involved with SWT and Eclipse. This makes it suitable for UI/functional testing by everyone, not just developers. SWTBot also provides its own set of assertions that are useful for SWT. You can also use your own assertion framework with SWTBot.</p>
-
-		<p>SWTBot can record and playback tests and integrates with Eclipse, and also provides for <a href="advanced/ant-integration.html">ant tasks</a> so that you can run your builds from within CruiseControl or any other CI tool that you use.</p>
-
-		<p>SWTBot can run on all platforms that SWT runs on. Very few other testing tools provide such a wide variety of platforms.</p>
-
-		<h1>Resources</h1>
-		 <ul>
-			<li><a href="http://eclipse.org">Eclipse Home Page</a></li>
-		  	<li><a href="http://eclipse.org/swt">SWT Home Page</a></li>
-		 	<li><a href="http://eclipse.org/swt/snippets">Some SWT Snippets</a></li>
-		</ul>
+		<?php echo $App->getDownloadBasePath()."/technology/swtbot/foo.txt" ?><br/>
+		<?php echo $App->getDownloadFileSizeString("/technology/swtbot/foo.txt"); ?><br/>
 	</div>
 <?php
 include("website/parts/incubation.php");