Hi Simon,

Thanks for the warm welcome.  I built against the branch BUZZARD.
However, when running all tests, I came across several PHPunit test
failures (see below).  I'm assuming that this is not a problem, but to
be sure, here they are.

Best,

Mike


> -----Original Message-----
> From: phpsoa@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of [EMAIL PROTECTED]
> Sent: May 2, 2007 12:47 PM
> To: phpsoa
> Subject: [phpsoa] Re: 1.2 Release
> 
> 
> 
> 
> On 2 May, 15:57, Michael Caplan <[EMAIL PROTECTED]>
> wrote:
> > Hi there,
> >
> > I am evaluating SDO_SCA for a project, and am _very_ interested in
> the
> > functionality that is outlined in the upcoming 1.2 release (plugable
> > bindings with support for REST and XML-RPM in particular).  I'm
> hoping
> > to get a better feel for were the 1.2 release stands.  Looking at
the
> > 1.2 doc, it looks like this release is immanent.  If so, would it be
> > wise to try to build against CVS HEAD, so I can play with these new
> > features?
> >
> > Thanks,
> >
> > Mike
> 
> Hi Mike and welcome
> 
> We have been building up the code for the release in the branch
> BUZZARD. We do it here because pecl4win builds from head and we didn't
> want the pecl4win binaries to match the release function until it gets
> released. Anyhow if you build form BUZZARD you should be good. The
> release is imminent and when it happens we will copy the branch over
> to head. Various people are doing testing so would be very interested
> if you find problems or have other comments so let us know how you get
> on.
> 
> Regards
> 
> Simon
> 
> 
> E-mail messages may contain viruses, worms, or other malicious code. By 
> reading the message and opening any attachments, the recipient accepts full 
> responsibility for taking protective action against such code. Henry Schein 
> is not liable for any loss or damage arising from this message.

The information in this email is confidential and may be legally privileged. It 
is intended solely for the addressee(s). Access to this e-mail by anyone else 
is unauthorized.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~----------~----~----~----~------~----~------~--~---

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
This script tests the php executable installed
in /usr/local/bin and relies on the
rest of php as usually configured in
/usr/local/lib. Ensure that the php
include path is set to include
- /usr/local/lib/php
- your pecl build directory
You can do this by setting include_path in
the php.ini file, for example,
include_path=.:/usr/local/lib/php:/home/slaws/phpbuild-5-1-4/pecl
Also ensure that the sdo project under
pecl is called SDO rather than sdo.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
PHPT Tests

=====================================================================
CWD         : /root/pecl/sdo
PHP         : /usr/local/bin/php 
PHP_SAPI    : cli
PHP_VERSION : 5.2.1
ZEND_VERSION: 2.2.0
PHP_OS      : Linux - Linux linux-dev 2.6.9-42.0.10.ELsmp #1 SMP Tue Feb 27 
10:11:19 EST 2007 i686
INI actual  : /usr/local/lib/php.ini
More .INIs  : 
Extra dirs  : 
=====================================================================
Running selected tests.
TEST 1/18 [tests/SCA/phpt/001.phpt]
PASS Call a local component [tests/SCA/phpt/001.phpt] 
TEST 2/18 [tests/SCA/phpt/002.phpt]
PASS Call a remote component [tests/SCA/phpt/002.phpt] 
TEST 3/18 [tests/SCA/phpt/003.phpt]
PASS Call a remote component [tests/SCA/phpt/003.phpt] 
TEST 4/18 [tests/SCA/phpt/004.phpt]
PASS Call a remote component [tests/SCA/phpt/004.phpt] 
TEST 5/18 [tests/SCA/phpt/bug8428.phpt]
PASS SCA - test for WSDL which imports schema with no schemaLocation attribute 
[tests/SCA/phpt/bug8428.phpt] 
TEST 6/18 [tests/SDO/phpt/001.phpt]
PASS Check for sdo presence [tests/SDO/phpt/001.phpt] 
TEST 7/18 [tests/SDO/phpt/002.phpt]
PASS SDO getType test [tests/SDO/phpt/002.phpt] 
TEST 8/18 [tests/SDO/phpt/003.phpt]
PASS SDO var_dump test [tests/SDO/phpt/003.phpt] 
TEST 9/18 [tests/SDO/phpt/005.phpt]
PASS SDO_DAS_XML load test [tests/SDO/phpt/005.phpt] 
TEST 10/18 [tests/SDO/phpt/006.phpt]
PASS SDO reflection test [tests/SDO/phpt/006.phpt] 
TEST 11/18 [tests/SDO/phpt/007.phpt]
PASS SDO exception test [tests/SDO/phpt/007.phpt] 
TEST 12/18 [tests/SDO/phpt/008.phpt]
PASS SDO_DAS_XML print test [tests/SDO/phpt/008.phpt] 
TEST 13/18 [tests/SDO/phpt/bug10049.phpt]
PASS SDO test for copy object with property set to null 
[tests/SDO/phpt/bug10049.phpt] 
TEST 14/18 [tests/SDO/phpt/bug10842.phpt]
SKIP SDO test xpath reference to nested open properties 
[tests/SDO/phpt/bug10842.phpt] reason: test requires version > 1.1.3
TEST 15/18 [tests/SDO/phpt/bug8694.phpt]
SKIP SDO test for reading nillable elements [tests/SDO/phpt/bug8694.phpt] 
reason: test requires version > 1.1.3
TEST 16/18 [tests/SDO/phpt/bug9243.phpt]
PASS test for bug #9243 - unnecessary warning messages loading remote schema 
[tests/SDO/phpt/bug9243.phpt] 
TEST 17/18 [tests/SDO/phpt/bug9487.phpt]
PASS SDO test unstructured text in sequence is preserved when a DataObject is 
cloned [tests/SDO/phpt/bug9487.phpt] 
TEST 18/18 [tests/SDO/phpt/bug9991.phpt]
PASS SDO (another) test for copy object with property set to null 
[tests/SDO/phpt/bug9991.phpt] 
=====================================================================
Number of tests :   18                16
Tests skipped   :    2 ( 11.1%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Tests passed    :   16 ( 88.9%) (100.0%)
---------------------------------------------------------------------
Time taken      :   10 seconds
=====================================================================
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
PHPUnit Tests
PHPUnit 3.0.6 by Sebastian Bergmann.

...................................S.....
.........................................
...............................I.........
.........................................
......................................

Time: 00:26


OK, but incomplete or skipped tests!
Tests: 202, Incomplete: 1, Skipped: 1.
Test 1 - Read and write XML 
interop01- read and write XML 
interop02- read and write XML 
Exception in PHP Interop test: ERROR: The two XML files are different because: 
NODE COUNT  RootElement2: Node1 count = 1   Node2 count  = 2
interop03- read and write XML 
interop04- read and write XML 
interop05- read and write XML 
Exception in PHP Interop test: Boolean  is base type of Boolean
>>>>>interop05 - We don't test sdoJava:package attribute in PHP
>>>>>            but not sure why it can't read this file
interop06- read and write XML 
Exception in PHP Interop test: ERROR: The two XML files are different because: 
NODE COUNT  RootElement6: Node1 count = 0   Node2 count  = 1
>>>>>interop06 - fault reported as PECL BUG 7963
interop07- read and write XML 
interop08- read and write XML 
interop09- read and write XML 
interop10- read and write XML 
interop11- read and write XML 
interop12- read and write XML 
interop13- read and write XML 
interop14- read and write XML 
interop15- read and write XML 
interop16- read and write XML 
Exception in PHP Interop test: ERROR: The two XML files are different because: 
NODE COUNT  SimpleTypeWithList: Node1 count = 0   Node2 count  = 2
>>>>>interop16 - fault reported as PECL BUG 8689
interop17- read and write XML 
interop18- read and write XML 
interop19- read and write XML 
interop20- read and write XML 
interop21- read and write XML 
interop22- read and write XML 
interop23- read and write XML 
interop24- read and write XML 
interop25- read and write XML 
Exception in PHP Interop test: Cannot add property AddedByExtension of type 
commonj.sdo#String to this data type 
http://www.apache.org/tuscany/interop#ComplexTypeExtendingSimpleTypeType
>>>>>interop25 - fault reported as PECL BUG 8690
interop26- read and write XML 
interop27- read and write XML 
Exception in PHP Interop test: Cannot add property AddedByExtension of type 
commonj.sdo#String to this data type 
http://www.apache.org/tuscany/interop#ComplexTypeExtendingSimpleTypeType
>>>>>interop27 - fault reported as PECL BUG 8690 also
interop28- read and write XML 
interop29- read and write XML 
interop30- read and write XML 
>>>>>interop30 - fault reported as PECL BUG 8691 also
interop31- read and write XML 
interop32- read and write XML 
>>>>>interop32 - fault reported as PECL BUG 8692
interop33- read and write XML 
>>>>>interop33 - fault reported as PECL BUG 8692
>>>>>interop33 - fault reported as PECL BUG 8693
interop34- read and write XML 
Exception in PHP Interop test: ERROR: The two XML files are different because: 
NAME Node1 name = ElementWithSDOName   Node2 name = ElementWithSDONameSDOName
>>>>>interop34 - fault reported as PECL BUG 8693
interop35- read and write XML 
interop36- read and write XML 
interop37- read and write XML 
interop38- read and write XML 
>>>>>interop39 - commented out as it crashes
>>>>>interop39 - fault reported as PECL BUG 8693
interop40- read and write XML 
Exception in PHP Interop test: SDO_DAS_XML::loadFile - Unable to parse the 
supplied xml file
2 parse error(s) occurred when parsing the file 
'/root/pecl/sdo/tests/interop/interop40-in.xml':
1. Parser found unknown element ElementSubstitutionUnrelated
2. Parser found unknown element ElementSubstitutionGroupExtends

>>>>>interop40 - fault reported as PECL BUG 8695
interop41- read and write XML 
interop42- read and write XML 
interop43- read and write XML 
interop44- read and write XML 
Exception in PHP Interop test: ERROR: The two XML files are different because: 
NODE COUNT  RootElement44: Node1 count = 1   Node2 count  = 0
>>>>>interop44 - fault reported as PECL BUG 8692
interop45- read and write XML 
Exception in PHP Interop test: ERROR: The two XML files are different because: 
NODE COUNT  RootElement45: Node1 count = 1   Node2 count  = 0
>>>>>interop45 - Not Yet Supported
interop46- read and write XML 
>>>>>interop47 - not sure we are supporting specific change summary types yet
interop50- read and write XML 
Exception in PHP Interop test: ERROR: The two XML files are different because: 
NODE COUNT  RootElement50: Node1 count = 58   Node2 count  = 56
>>>>>interop50 - fault reported as PECL BUG 8697
Test 4 - Read and write XSD
interop01 - read and write XSD
interop02 - read and write XSD
interop03 - read and write XSD
interop04 - read and write XSD
interop06 - read and write XSD
interop07 - read and write XSD
interop08 - read and write XSD
interop09 - read and write XSD
interop10 - read and write XSD
interop11 - read and write XSD
interop12 - read and write XSD
interop13 - read and write XSD
interop14 - read and write XSD
interop15 - read and write XSD
interop16 - read and write XSD
interop17 - read and write XSD
interop18 - read and write XSD
interop19 - read and write XSD
interop20 - read and write XSD
interop21 - read and write XSD
interop22 - read and write XSD
interop23 - read and write XSD
interop24 - read and write XSD
interop25 - read and write XSD
Exception in PHP Interop test: Cannot add property AddedByExtension of type 
commonj.sdo#String to this data type 
http://www.apache.org/tuscany/interop#ComplexTypeExtendingSimpleTypeType
interop26 - read and write XSD
interop27 - read and write XSD
Exception in PHP Interop test: Cannot add property AddedByExtension of type 
commonj.sdo#String to this data type 
http://www.apache.org/tuscany/interop#ComplexTypeExtendingSimpleTypeType
interop28 - read and write XSD
interop29 - read and write XSD
interop30 - read and write XSD
interop31 - read and write XSD
interop32 - read and write XSD
interop33 - read and write XSD
interop34 - read and write XSD
interop35 - read and write XSD
interop36 - read and write XSD
interop37 - read and write XSD
interop38 - read and write XSD
interop39 - read and write XSD
interop40 - read and write XSD
Exception in PHP Interop test: SDO_DAS_XML::loadFile - Unable to parse the 
supplied xml file
2 parse error(s) occurred when parsing the file 
'/root/pecl/sdo/tests/interop/interop40-in.xml':
1. Parser found unknown element ElementSubstitutionUnrelated
2. Parser found unknown element ElementSubstitutionGroupExtends

interop41 - read and write XSD
interop42 - read and write XSD
interop43 - read and write XSD
interop44 - read and write XSD
interop45 - read and write XSD
interop46 - read and write XSD
interop47 - read and write XSD
Exception in PHP Interop test: SDO_DAS_XML::loadFile - Unable to parse the 
supplied xml file
1 parse error(s) occurred when parsing the file 
'/root/pecl/sdo/tests/interop/interop47-in.xml':
1. Parser found unknown element ElementOfSDOChangeSummaryType

interop50 - read and write XSD
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
You may like to run the Relational samples now which
test the SDO Relational DAS against a real database.
See DAS/Relational/Scenarios/README for details
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
You may like to run the relational interop tests now
See the file tests/interop/README.txt under
the test5 heading.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Reply via email to