<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.comp.php.simpletest.general">
    <title>gmane.comp.php.simpletest.general</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2863"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2862"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2861"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2860"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2859"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2858"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2857"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2856"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2855"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2854"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2853"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2852"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2851"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2850"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2849"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2848"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2847"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2846"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2845"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2844"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2863">
    <title>Re: Error in PHP Unt test</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2863</link>
    <description>

I think you misunderstood my instructions from yesterday.  You should
not move the files eclipse.php and unit_tester.php; you should change
the path in the eclipse preferences to point to the correct directory.
 The directory that you select in the preferences needs to have
eclipse.php and unit_tester.php in it, but it should have the rest of
the simpletest files also.  Your path is still not correct.

One way to absolutely solve this problem is:
1. download the simpletest_1.0.1 tarball from:
http://sourceforge.net/project/showfiles.php?group_id=76550
2. extract this tarball to your local machine
3. find the directory from the extracted tarball which has the files:
eclipse.php and unit_tester.php -- copy the path for this directory
into the Simpletest preferences in eclipse.

Regards,
Steven Balthazor

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin S</description>
    <dc:creator>Steven Balthazor</dc:creator>
    <dc:date>2008-12-03T14:57:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2862">
    <title>Re: Error in PHP Unt test</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2862</link>
    <description>Hi,
 
As i extract the source file i got the eclipse.php and unit_tester.php with other files and i had placed at mention path yet it is given error on console.I am using PHP 5
 
unning: 
echo "&lt;?php $path='C:\simpletest_1.0.1.eclipse_0.2.4';ini_set('include_path', get_include_path().PATH_SEPARATOR . realpath($path));ini_set('html_errors','0');$fullpath = realpath('C:/PHP/workspace/fckEditorSample/fckeditor/test.test.php');$pathparts = pathinfo($fullpath);$filename = $pathparts['basename'];include_once('xml.php');include_once('unit_tester.php');include_once('mock_objects.php');include_once('test_case.php');include_once('invoker.php');$test=new GroupTest($filename);$test-&gt;addTestFile($fullpath);$test-&gt;run(new XmlReporter()); ?&gt;" | "C:\Program Files\PHP\php.exe" -q -c "C:\Program Files\PHP\php.ini"
*************
PHP Warning: include_once(eclipse.php): failed to open stream: No such file or directory in C:\Documents and Settings\arpit716\Local Settings\Temp\Simpletest54908.php on line 1
PHP Stack trace:
PHP </description>
    <dc:creator>arpit agarwal</dc:creator>
    <dc:date>2008-12-03T04:29:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2861">
    <title>Re: Roadmap for simpletest</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2861</link>
    <description>Hi...

Florin Miu wrote:

The current version works with PHP5, but not under E_STRICT due to 
PHP4 compatibility.

The SVN version (1.1) works with PHP5 (E_STRICT). Just do an SVN 
checkout from Sourceforge. We are trying to push compatibility back 
to PHP 5.0.3, so haven't formally released the code yet.

As for the DB testing, what are you trying to do?

We don't have an explicit DB extension, but usage tends to vary 
quite a bit.


yours, Marcus

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Marcus Baker</dc:creator>
    <dc:date>2008-12-02T22:15:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2860">
    <title>Roadmap for simpletest</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2860</link>
    <description>Hello,I'm starting to build my own php5 framework and I'm going to use TDD. I have to choose between simpletest and phpunit but simple test is not php5 ready yet. Is there a roadmap for the development for simpletest?Also what is the best way to test database abstraction classes (connecting, returning recordsets)? I've seen PHPUnit has a database extension for this purpose. Is there a way to do this with simple test?Thanks.
Florin



      
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Florin Miu</dc:creator>
    <dc:date>2008-12-02T20:23:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2859">
    <title>Re: Error in PHP Unt test</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2859</link>
    <description>

The path that you have set for Simpletest is wrong.  According to the
trace, Simpletest is trying to load from the path:
"C:\simpletest_1.0.1.eclipse_0.2.4\plugins".  Open that directory and
verify that this directory contains the files: eclipse.php and
unit_tester.php (among many others).  If the directory is incorrect
then change the directory in Eclipse by selecting "Windows" -&gt;
"Preferences"; then selecting the Simpletest option from the left hand
column; then insert the correct path into the "Simpletest Path:"
entry.

Regards,
Steven Balthazor

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Steven Balthazor</dc:creator>
    <dc:date>2008-12-02T14:40:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2858">
    <title>Error in PHP Unt test</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2858</link>
    <description>Hi,
 
I have followed all proper steps stated in Read me and all are successfully done but there are no option is coming in eclipse while creating a ner project as sample as stated in Docs.
 
And while i am trying to Run Test Case as Run As Simple test as option started coming
Its giving error
 
Running: 
echo "&lt;?php $path='C:\simpletest_1.0.1.eclipse_0.2.4\plugins';ini_set('include_path', get_include_path().PATH_SEPARATOR . realpath($path));ini_set('html_errors','0');$fullpath = realpath('C:/PHP/workspace/fckEditorSample/fckeditor/test.test.php');$pathparts = pathinfo($fullpath);$filename = $pathparts['basename'];include_once('xml.php');include_once('unit_tester.php');include_once('mock_objects.php');include_once('test_case.php');include_once('invoker.php');$test=new GroupTest($filename);$test-&gt;addTestFile($fullpath);$test-&gt;run(new XmlReporter()); ?&gt;" | "C:\Program Files\PHP\php.exe" -q -c "C:\Program Files\PHP\php.ini"
*************
Process returned: 255
Process error:
PHP Warning: include_once(eclipse.</description>
    <dc:creator>arpit agarwal</dc:creator>
    <dc:date>2008-12-02T06:27:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2857">
    <title>Re: Code coverage</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2857</link>
    <description>
thanks for the review


I installed sqlite from ubuntu package. Can you give advice, on what i can do to
remove PEAR, I'm not too familiar with this.


sure.  

I can reword this doc too, it doesn't make this clear
http://simpletest.sourceforge.net/en/writing_extensions.html


sure

sure

thank you



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Douglas Hubler</dc:creator>
    <dc:date>2008-11-19T18:37:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2856">
    <title>Re: Code coverage</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2856</link>
    <description>Hi Douglas,

First of all thank you so much for this contribution !

Now for my remarks :

- there's not only a dependcy upon SQLlite but also on PEAR's DB/sqlite. 
Could we get rid of PEAR first ?

- there's a "test.php" file in the /coverage directory, I think it 
should be put into /coverage/test/

- the /test/sample-code.php should move up one level into something like 
/test/sample/code.php (that way we also remove the "-" in the filename, 
"_" are used all over the place in SimpleTest code base)

- while I'm at it, shouldn't we move /coverage/CoverageTemplates to 
/coverage/templates

I'll send over an other set of remarks once I have PEAR installed on my 
machine.

Yours,
Perrick





Douglas Hubler wrote:

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the</description>
    <dc:creator>Perrick Penet</dc:creator>
    <dc:date>2008-11-19T11:30:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2855">
    <title>Re: Code coverage</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2855</link>
    <description> (2nd post, gmane may have ate first)

Jakob Ketterl &lt;jketterl&lt; at &gt;...&gt; writes:

excellent, i almost didn't write shell script so folks would use the API

y, we can make that configurable



in my case, i generate a lot of data and sqlite helps me from loading entire
coverage into memory. All of sqlite functionality is in CoverageDataHandler so
it can be replaces or we can have alternate implementations no problem


extension can know about simpletest, simpletest probably shouldn't know
extension directly, however... the

for report data, yes, i could see some integration there.  

for coverage data, although i initiate test from simpletest, web tests make http
requests to my web server and i need to gather coverage data there. Nothing is
known about simpletest there.




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is </description>
    <dc:creator>Douglas Hubler</dc:creator>
    <dc:date>2008-11-18T21:18:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2854">
    <title>Re: Code coverage</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2854</link>
    <description>
that's great, my goal was to give folks APIs for custom setups, i almost didn't
create shell script to encourage folks to do just what you did, but then i
thought we'd loose the folks that just wanted to follow a simple pattern.


yes, that directory really should be made configurable



the tests i run take about 2+ hours and sqlite helps me perform data selection
without loading the entire coverage into memory.  Having said this, all this is
handled by CoverageDataHandler and so this could have alternate implementations



For reporting, I see someone developing some unit test reports that integrate
the coverage data, i think someone even suggested that.  I like the fact that
they can run independently, but i think there are a lot of ways folks can create
optional ways to make them work together.  

For data collection, in my situation, i run simple tests from CLI, that in turn
make http requests to a local apache server, that i need to accumulate coverage
data for.  This request knows nothing about simpl</description>
    <dc:creator>Douglas Hubler</dc:creator>
    <dc:date>2008-11-18T16:18:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2853">
    <title>Re: Code coverage</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2853</link>
    <description>Hi...

Jakob Ketterl wrote:

Your instincts are probably right. Certainly the core will probably have
to add the appropriate hooks.

Any dependence on SQL lite would have to go for it to end up in the
core, and preferably even the file system as we cannot assume write
permissions (e.g. in cruise environments).

yours, Marcus

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Marcus Baker</dc:creator>
    <dc:date>2008-11-18T10:59:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2852">
    <title>Re: Code coverage</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2852</link>
    <description>Hi...

Douglas Hubler wrote:

Sorry, been my birthday. I'm working on it as time allows.

yours, Marcus

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Marcus Baker</dc:creator>
    <dc:date>2008-11-18T10:56:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2851">
    <title>Re: Code coverage</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2851</link>
    <description>
yes, i've even managed to integrate it with phpundercontrol (using a special 
reporter class i've hacked up myself).

however, i didn't use the concept of an external shell script to separate 
coverage setup/collection from the actual test run, and i didn't use 
autocoverage.php. this is because our code is separated from its tests, and 
simpletest itself also resides outside of the source tree. that way i can 
simply use a whitelist approach to tell cc what parts of the code it should 
generate statistics upon.

the only thing that doesn't work in that approach is the collection of 
uncovered files, so i've written a recursive function that will 
require_once() everything inside my source directories. not the best 
solution, i must admit (especially if there's executable code inside your php 
files) but it works for me atm.

i've read in the source that uncovered files are scanned for from getcwd() 
downwards (iirc) - so maybe there's a way to make that configurable?

i've also had a look into what's insid</description>
    <dc:creator>Jakob Ketterl</dc:creator>
    <dc:date>2008-11-18T07:26:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2850">
    <title>Re: Code coverage</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2850</link>
    <description>thanks, i committed these

Any progress on general review?


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Douglas Hubler</dc:creator>
    <dc:date>2008-11-18T05:13:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2849">
    <title>Re: Code coverage</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2849</link>
    <description>I found two little bugs in the reporting templates (it's just missing echo 
statements). i'm including a patch :-)
Index: /home/jketterl/workspace/SimpleTest/extensions/coverage/CoverageTemplates/file.php
===================================================================
--- /home/jketterl/workspace/SimpleTest/extensions/coverage/CoverageTemplates/file.php(revision 1826)
+++ /home/jketterl/workspace/SimpleTest/extensions/coverage/CoverageTemplates/file.php(working copy)
&lt; at &gt;&lt; at &gt; -1,6 +1,6 &lt; at &gt;&lt; at &gt;
 &lt;html&gt;
 &lt;head&gt;
-&lt;title&gt;&lt;?php $title ?&gt;&lt;/title&gt;
+&lt;title&gt;&lt;?php echo $title ?&gt;&lt;/title&gt;
 &lt;/head&gt;
 &lt;style type="text/css"&gt;
 body {
Index: /home/jketterl/workspace/SimpleTest/extensions/coverage/CoverageTemplates/index.php
===================================================================
--- /home/jketterl/workspace/SimpleTest/extensions/coverage/CoverageTemplates/index.php(revision 1826)
+++ /home/jketterl/workspace/SimpleTest/extensions/coverage/CoverageTemplates/index.php(working copy)
&lt; at &gt;&lt; at &gt; -30,7 +30,7 &lt; at &gt;&lt; at &gt;
 }
 &lt;/style&gt;
 &lt;bod</description>
    <dc:creator>Jakob Ketterl</dc:creator>
    <dc:date>2008-11-12T12:25:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2848">
    <title>Re: Code coverage</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2848</link>
    <description>
On Tuesday 11 November 2008 02:32:59 Douglas Hubler wrote:

actually, you didn't make a mistake there. i had already installed php5-sqlite in a guess before, but that didn't work out. i've now additionally (yes you will need both packages) installed php-sqlite3 (how big a difference a few digits can cause ;-) ) and at least i got that dependency resolved. now i'll have to move to our dev server, where xdebug is available.

i also tried to install the DB_Sqlite_Tools from pear (from channel://pear.php.net/DB_Sqlite_Tools-0.1.6) but at least it didn't work out of the box. Maybe I'll have the time to get another look...

I'm running Ubuntu 8.04.01 Hardy.

Thank you :-)
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?ban</description>
    <dc:creator>Jakob Ketterl</dc:creator>
    <dc:date>2008-11-11T07:14:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2847">
    <title>Re: Code coverage</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2847</link>
    <description>To get it to work on OSX, I think I had to install the pear package
DB_Sqlite_Tools - not 100% sure though, I do remember having to
wrangle around a bit to figure out the right package name. I really
should have written it down at that point :)

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Mark Rickerby</dc:creator>
    <dc:date>2008-11-11T02:09:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2846">
    <title>Re: Code coverage</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2846</link>
    <description>
my mistake, 
  php5-sqlite

is the one that i believe i'm using



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Douglas Hubler</dc:creator>
    <dc:date>2008-11-11T01:32:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2845">
    <title>Re: Code coverage</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2845</link>
    <description>
On ubuntu i installed this package
 php-sqlite3

But i suspect this is the correct PECL package.

Package    Stable/(Latest) Local
SQLite     1.0.3 (stable)        SQLite database bindings

If you can confirm this, I'll add it to the documentation. Let me know your OS



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Douglas Hubler</dc:creator>
    <dc:date>2008-11-10T13:28:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2844">
    <title>Re: Code coverage</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2844</link>
    <description>
i'd like to try this out, but onfurtunately i don't know what 
package "DB/sqlite.php" is taken from. can anyone help me out?

TIA

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Jakob Ketterl</dc:creator>
    <dc:date>2008-11-10T12:37:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.simpletest.general/2843">
    <title>Re: Mock functions?</title>
    <link>http://permalink.gmane.org/gmane.comp.php.simpletest.general/2843</link>
    <description>
i read thru this thread

http://article.gmane.org/gmane.comp.php.simpletest.general/2741

and i totally agree with the Noel and Chris but one thing I like about TDD is
that may code is cleaner after, but when i isolate _every_ single function, my
code becomes so fragmented it can becomes ugly again.

Here's an example of the test case me using php-mock-functions
 http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/set4d/tests/DrupalUpdateTest.php?revision=1.2&amp;view=markup 

and here's the code i am testing 
 http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/set4d/DrupalUpdate.php?revision=1.1&amp;view=markup




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Douglas Hubler</dc:creator>
    <dc:date>2008-11-09T02:23:12</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.php.simpletest.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.php.simpletest.general</link>
  </textinput>
</rdf:RDF>
