You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Kathey Marsden <km...@Sourcery.Org> on 2004/12/01 01:38:48 UTC

Re: [PATCH] test file updates

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

svn 109265 includes this patch and also adds the store and xa .sql tests
plus includes Myrna's patch for cloudscape.  The new suites are storeall
and xa. Both suites have been added to the derbyall suite.

There will be an update to the java/testing/README shortly.

Thanks

Kathey

myrnap wrote:
> Some miscellaneous minor changes to the tests - previously missed
> references to Cloudscape, added some tests that were already being run
> with derbynetmats to derbylang, plus matching master updates.
>
> Myrna
>
>
> ------------------------------------------------------------------------
>
> Index:
java/testing/org/apache/derbyTesting/functionTests/tests/tools/build.xml
> ===================================================================
> ---
java/testing/org/apache/derbyTesting/functionTests/tests/tools/build.xml	(revision
106444)
> +++
java/testing/org/apache/derbyTesting/functionTests/tests/tools/build.xml	(working
copy)
> @@ -1,7 +1,7 @@
>  <?xml version="1.0"?>
>
>  <!--
==================================================================== -->
> -<!--                       Cloudscape build file
     -->
> +<!--                       Derby build file                          -->
>  <!--
==================================================================== -->
>
>  <project default="FTOtestsubdir" basedir="../../../../../../../.." >
> Index:
java/testing/org/apache/derbyTesting/functionTests/tests/lang/build.xml
> ===================================================================
> ---
java/testing/org/apache/derbyTesting/functionTests/tests/lang/build.xml
(revision 106444)
> +++
java/testing/org/apache/derbyTesting/functionTests/tests/lang/build.xml
(working copy)
> @@ -1,7 +1,7 @@
>  <?xml version="1.0"?>
>
>  <!--
==================================================================== -->
> -<!--                       Cloudscape build file
     -->
> +<!--                       Derby build file                          -->
>  <!--
==================================================================== -->
>
>  <project default="FTOtestsubdir" basedir="../../../../../../../.." >
> @@ -67,7 +67,6 @@
>        </classpath>
>        <include name="${this.dir}/*.java"/>
>        <exclude name="${this.dir}/declareGlobalTempTableJavaJDBC30.java"/>
> -      <exclude name="${this.dir}/jdbcBoolean.java"/>
>        <exclude name="${this.dir}/holdCursorJavaReflection.java"/>
>        <exclude name="${this.dir}/streams.java"/>
>        <exclude name="${this.dir}/procedureJdbc30.java"/>
> @@ -89,7 +88,6 @@
>          <pathelement path="${java14compile.classpath}"/>
>        </classpath>
>        <exclude name="${this.dir}/declareGlobalTempTableJavaJDBC30.java"/>
> -      <include name="${this.dir}/jdbcBoolean.java"/>
>        <include name="${this.dir}/holdCursorJavaReflection.java"/>
>        <include name="${this.dir}/streams.java"/>
>        <include name="${this.dir}/procedureJdbc30.java"/>
> Index:
java/testing/org/apache/derbyTesting/functionTests/tests/lang/refActions1.sql
> ===================================================================
> ---
java/testing/org/apache/derbyTesting/functionTests/tests/lang/refActions1.sql
(revision 106444)
> +++
java/testing/org/apache/derbyTesting/functionTests/tests/lang/refActions1.sql
(working copy)
> @@ -614,7 +614,7 @@
>    and e.dno = e12.dno;
>  commit;
>
> --- FOLLOWING TWO QUERIES HANG IN CLOUDSCAPE NOW ..
> +-- FOLLOWING TWO QUERIES HANG IN DERBY NOW ..
>  -- UNCOMMENT once they pass.
>  -- select * from db2test.dept where dno in (select vdno from
>  --  db2test.vempjoin12)
> Index:
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/build.xml
> ===================================================================
> ---
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/build.xml
(revision 106444)
> +++
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/build.xml
(working copy)
> @@ -1,7 +1,7 @@
>  <?xml version="1.0"?>
>
>  <!--
==================================================================== -->
> -<!--                       Cloudscape build file
     -->
> +<!--                       Derby build file                          -->
>  <!--
==================================================================== -->
>
>  <project default="FTOtestsubdir" basedir="../../../../../../../.." >
> Index:
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dataSourcePermissions_net_app.properties
> ===================================================================
> ---
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dataSourcePermissions_net_app.properties
(revision 106444)
> +++
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dataSourcePermissions_net_app.properties
(working copy)
> @@ -1,9 +1,8 @@
>  #
>  # This is the default system properties file for SQL and JAVA tests.
>  #
> -# *** DO NOT PUT PROPERTIES FOR THE CLOUDSCAPE SYSTEM IN THIS FILE.
> -# *** THEY BELONG IN default_cloudscape.properties.
> -# *** SEE
http://cloudsoft/intranet/engnet/main/doc/intranet/process/testproperties.txt
> +# *** DO NOT PUT PROPERTIES FOR THE DERBY SYSTEM IN THIS FILE.
> +# *** THEY BELONG IN default_derby.properties.
>  #
>  # This file will get handed to the test on the command line in a -p
<filename>
>  # argument.
> Index:
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testij_app.properties
> ===================================================================
> ---
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testij_app.properties
(revision 106444)
> +++
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testij_app.properties
(working copy)
> @@ -1,9 +1,8 @@
>  #
>  # This is the default system properties file for SQL and JAVA tests.
>  #
> -# *** DO NOT PUT PROPERTIES FOR THE CLOUDSCAPE SYSTEM IN THIS FILE.
> -# *** THEY BELONG IN default_cloudscape.properties.
> -# *** SEE
http://cloudsoft/intranet/engnet/main/doc/intranet/process/testproperties.txt
> +# *** DO NOT PUT PROPERTIES FOR THE DERBY SYSTEM IN THIS FILE.
> +# *** THEY BELONG IN default_derby.properties.
>  #
>  # This file will get handed to the test on the command line in a -p
<filename>
>  # argument.
> Index:
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/build.xml
> ===================================================================
> ---
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/build.xml
(revision 106444)
> +++
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/build.xml
(working copy)
> @@ -1,7 +1,7 @@
>  <?xml version="1.0"?>
>
>  <!--
==================================================================== -->
> -<!--                       Cloudscape build file
     -->
> +<!--                       Derby build file                          -->
>  <!--
==================================================================== -->
>
>  <project default="FTOtestsubdir" basedir="../../../../../../../.." >
> Index:
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testProperties.java
> ===================================================================
> ---
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testProperties.java
(revision 106444)
> +++
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testProperties.java
(working copy)
> @@ -33,12 +33,12 @@
>  import org.apache.derby.drda.NetworkServerControl;
>
>  /**
> -	This test tests the cloudscape.properties, system properties and
> +	This test tests the derby.properties, system properties and
>  	command line parameters to make sure the pick up settings in
>  	the correct order. Search order is:
>  	   command line parameters
>  	   System properties
> -	   cloudscape.properties
> +	   derby.properties
>  	   default
>
>  	   The command line should take precedence
> @@ -178,20 +178,20 @@
>  			 *  Test port setting priorty
>  			 ************************************************************/
>  			// derby.drda.portNumber set in derby.properties to 1528
> -			System.out.println("Testing cloudscape.properties Port 1528 ");
> +			System.out.println("Testing derby.properties Port 1528 ");
>  			Properties derbyProperties = new Properties();
>  			derbyProperties.put("derby.drda.portNumber","1528");
>  			FileOutputStream propFile = new FileOutputStream("derby.properties");
> -			derbyProperties.store(propFile,"testing cloudscape.properties");
> +			derbyProperties.store(propFile,"testing derby.properties");
>  			propFile.close();
> -			//test start no parameters - Pickup 1528 from cloudscape.properties
> +			//test start no parameters - Pickup 1528 from derby.properties
>  			derbyServerCmd("start",null);	
>  			waitForStart("1528",15000);
>  			System.out.println("Successfully Connected");
> -			//shutdown - also picks up from cloudscape.properties
> +			//shutdown - also picks up from derby.properties
>  			derbyServerCmd("shutdown",null);
>  			System.out.println("Testing System properties  Port 1529 ");
> -			//test start with system property. Overrides cloudscape.properties
> +			//test start with system property. Overrides derby.properties
>  			derbyServerCmd("start","-Dderby.drda.portNumber=1529");
>
>  			waitForStart("1529",15000);	
> Index:
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/NSinSameJVM.java
> ===================================================================
> ---
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/NSinSameJVM.java
(revision 106444)
> +++
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/NSinSameJVM.java
(working copy)
> @@ -33,10 +33,10 @@
>
>      public NSinSameJVM() {
>
> -        // Load the Cloudscape driver
> +        // Load the Derby driver
>          try {
>              Class.forName("com.ibm.db2.jcc.DB2Driver").newInstance();
> -            dbg("Cloudscape drivers loaded");
> +            dbg("Derby drivers loaded");
>          } catch (Exception e) {
>              e.printStackTrace();
>          }
> Index:
java/testing/org/apache/derbyTesting/functionTests/harness/build.xml
> ===================================================================
> ---
java/testing/org/apache/derbyTesting/functionTests/harness/build.xml
(revision 106444)
> +++
java/testing/org/apache/derbyTesting/functionTests/harness/build.xml
(working copy)
> @@ -1,7 +1,7 @@
>  <?xml version="1.0"?>
>
>  <!--
==================================================================== -->
> -<!--                       Cloudscape build file
     -->
> +<!--                       Derby build file                          -->
>  <!--
==================================================================== -->
>
>  <project default="FTharness" basedir="../../../../../../.." >
> Index:
java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/NSinSameJVM.out
> ===================================================================
> ---
java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/NSinSameJVM.out
(revision 106444)
> +++
java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/NSinSameJVM.out
(working copy)
> @@ -1,4 +1,4 @@
> -main-NSinSameJVM: Cloudscape drivers loaded
> +main-NSinSameJVM: Derby drivers loaded
>  Server is ready to accept connections on port 20000.
>  Connection number: 1.
>  main-NSinSameJVM: NetworkServer started
> Index:
java/testing/org/apache/derbyTesting/functionTests/master/dataSourcePermissions.out
> ===================================================================
> ---
java/testing/org/apache/derbyTesting/functionTests/master/dataSourcePermissions.out
(revision 0)
> +++
java/testing/org/apache/derbyTesting/functionTests/master/dataSourcePermissions.out
(revision 0)
> @@ -0,0 +1,58 @@
> +EXPECTED SHUTDOWN Derby system shutdown.
> +Checking authentication with DriverManager
> +EXPECTED CONNFAIL Connection refused : Invalid authentication.
> +EXPECTED CONNFAIL Connection refused : Invalid authentication.
> +DS connected as EDWARD
> +DS connected as FRANCES
> +DS connected as GREEK ZEUS
> +DS connected as GREEK ZEUS
> +Checking connections with DataSource
> +EXPECTED SHUTDOWN Derby system shutdown.
> +data source with no default user
> +EXPECTED CONNFAIL Connection refused : Invalid authentication.
> +EXPECTED CONNFAIL Connection refused : Invalid authentication.
> +DS connected as EDWARD
> +DS connected as FRANCES
> +DS connected as GREEK ZEUS
> +EXPECTED SHUTDOWN Derby system shutdown.
> +data source with invalid default user
> +EXPECTED CONNFAIL Connection refused : Invalid authentication.
> +DS connected as FRANCES
> +EXPECTED SHUTDOWN Derby system shutdown.
> +data source with valid default user
> +DS connected as EDWARD
> +DS connected as FRANCES
> +EXPECTED SHUTDOWN Derby system shutdown.
> +Checking connections with ConnectionPoolDataSource
> +ConnectionPoolDataSource with no default user
> +EXPECTED CONNFAIL Connection refused : Invalid authentication.
> +EXPECTED CONNFAIL Connection refused : Invalid authentication.
> +CP connected as EDWARD
> +CP connected as FRANCES
> +CP connected as GREEK ZEUS
> +EXPECTED SHUTDOWN Derby system shutdown.
> +ConnectionPoolDataSource with invalid default user
> +EXPECTED CONNFAIL Connection refused : Invalid authentication.
> +CP connected as FRANCES
> +EXPECTED SHUTDOWN Derby system shutdown.
> +ConnectionPoolDataSource with valid default user
> +CP connected as EDWARD
> +CP connected as FRANCES
> +EXPECTED SHUTDOWN Derby system shutdown.
> +Checking connections with XADataSource
> +XADataSource with no default user
> +EXPECTED CONNFAIL Connection refused : Invalid authentication.
> +EXPECTED CONNFAIL Connection refused : Invalid authentication.
> +XA connected as EDWARD
> +XA connected as FRANCES
> +XA connected as GREEK ZEUS
> +EXPECTED SHUTDOWN Derby system shutdown.
> +XADataSource with invalid default user
> +EXPECTED CONNFAIL Connection refused : Invalid authentication.
> +XA connected as FRANCES
> +EXPECTED SHUTDOWN Derby system shutdown.
> +XADataSource with valid default user
> +XA connected as EDWARD
> +XA connected as FRANCES
> +EXPECTED SHUTDOWN Derby system shutdown.
> +Completed dataSourcePermissions
> Index:
java/testing/org/apache/derbyTesting/functionTests/master/testProperties.out
> ===================================================================
> ---
java/testing/org/apache/derbyTesting/functionTests/master/testProperties.out
(revision 106444)
> +++
java/testing/org/apache/derbyTesting/functionTests/master/testProperties.out
(working copy)
> @@ -1,5 +1,5 @@
>  Start testProperties to test property priority
> -Testing cloudscape.properties Port 1528
> +Testing derby.properties Port 1528
>  org.apache.derby.drda.NetworkServerControl start
>  Successfully Connected
>  org.apache.derby.drda.NetworkServerControl shutdown
> Index:
java/testing/org/apache/derbyTesting/functionTests/master/refActions1.out
> ===================================================================
> ---
java/testing/org/apache/derbyTesting/functionTests/master/refActions1.out
(revision 106444)
> +++
java/testing/org/apache/derbyTesting/functionTests/master/refActions1.out
(working copy)
> @@ -1117,7 +1117,7 @@
>    and e.dno = e12.dno;
>  0 rows inserted/updated/deleted
>  ij> commit;
> -ij> -- FOLLOWING TWO QUERIES HANG IN CLOUDSCAPE NOW ..
> +ij> -- FOLLOWING TWO QUERIES HANG IN DERBY NOW ..
>  -- UNCOMMENT once they pass.
>  -- select * from db2test.dept where dno in (select vdno from
>  --  db2test.vempjoin12)
> Index:
java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall
> ===================================================================
> ---
java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall
(revision 106444)
> +++
java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall
(working copy)
> @@ -13,6 +13,7 @@
>  lang/authorize.sql
>  lang/autoincrement.sql
>  lang/bit.sql
> +lang/bit2.sql
>  lang/bug4356.java
>  lang/bug5052rts.java
>  lang/bug5054.java
> @@ -39,6 +40,7 @@
>  lang/ddlTableLockMode.sql
>  lang/deadlockMode.java
>  lang/declareGlobalTempTableJava.java
> +lang/declareGlobalTempTableJavaJDBC30.java
>  lang/delete.sql
>  lang/depend.sql
>  lang/derived.sql
> @@ -57,6 +59,7 @@
>  lang/forupdate.sql
>  lang/functions.sql
>  lang/groupBy.sql
> +lang/holdCursorIJ.sql
>  lang/identifier.sql
>  lang/implicitConversions.sql
>  lang/inbetween.sql
> @@ -107,6 +110,7 @@
>  lang/stmtCache0.sql
>  lang/stmtCache1.sql
>  lang/stmtCache3.java
> +lang/streams.java
>  lang/stringtypes.sql
>  lang/subquery.sql
>  lang/subquery2.sql

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBrRKYG0h36bFmkocRAqQ1AJoC5GYxSP4dkbkmLJs3/Z8lA0RgsACguU1J
bg8cHqyW953a3zD87LAedNs=
=f3Xj
-----END PGP SIGNATURE-----

Re: [PATCH] test file updates

Posted by myrnap <my...@Golux.Com>.
Daniel John Debrunner wrote:

>Why would you add the svn:executable property to any files, not sure
>what you are thinking of?
>
>  
>
I am probably looking too deep into this - but while trying to figure 
out what to do, to get an example, just to compare, I did a svn proplist 
on some of the checked-in derby files - e.g. 
java/engine/org/apache/derby/database/Database.java; and it showed these 
properties:
Properties on 'Database.java':
  svn:executable
  svn:eol-style

Just making sure I don't need to do anything else except set the 
svn:eol-style.

Myrna



Re: [PATCH] test file updates

Posted by Daniel John Debrunner <dj...@debrunners.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

myrnap wrote:

> Daniel John Debrunner wrote:
>
>> Can you ensure that for any text files you added, the svn property
>> svn:eol-style is set to native. Do an 'svn help propset' for details.
>>
>> The property must be set on a machine that is running the same os as the
>> one you committed (added) the files from.
>>
>> Without this step, patches will cause problems across windows/linux.
>>
>> Thanks,
>> Dan.
>>
>>
>>
>>
> Dan, thanks for the reminder...
>
> None of the derbyTesting files have the property set. I'll go through
> and add the property for all files (except binaries).
> Should I also add the svn:executable property?

Why would you add the svn:executable property to any files, not sure
what you are thinking of?

Dan.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFBrdzoIv0S4qsbfuQRAtAXAJ9t5JjsH0QxUdYChw4975GHDyok/gCfcmh3
lMT0eb9eu1nlNYv+wgMvLP8=
=ox9+
-----END PGP SIGNATURE-----


Re: [PATCH] test file updates

Posted by "Jean T. Anderson" <jt...@bristowhill.com>.
myrnap wrote:

> Daniel John Debrunner wrote:
>
>> Can you ensure that for any text files you added, the svn property
>> svn:eol-style is set to native. Do an 'svn help propset' for details.
>> ...
>
> ...
> None of the derbyTesting files have the property set. I'll go through
> and add the property for all files (except binaries).

I need to do the same to the text files on the derby web site.

 -jean

Re: [PATCH] test file updates

Posted by myrnap <my...@Golux.Com>.
Daniel John Debrunner wrote:

>Can you ensure that for any text files you added, the svn property
>svn:eol-style is set to native. Do an 'svn help propset' for details.
>
>The property must be set on a machine that is running the same os as the
>one you committed (added) the files from.
>
>Without this step, patches will cause problems across windows/linux.
>
>Thanks,
>Dan.
>
>
>  
>
Dan, thanks for the reminder...

None of the derbyTesting files have the property set. I'll go through 
and add the property for all files (except binaries).
Should I also add the svn:executable property?

Myrna

Re: [PATCH] test file updates

Posted by scott hutinger <s-...@wiu.edu>.
Daniel John Debrunner wrote:

>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>myrnap wrote:
>
>
>>Kathey Marsden wrote:
>>
>>
>>>-----BEGIN PGP SIGNED MESSAGE-----
>>>Hash: SHA1
>>>
>>>
>>>
>>>
>>>>Can you ensure that for any text files you added, the svn property
>>>>svn:eol-style is set to native. Do an 'svn help propset' for details.
>>>>
>>>>The property must be set on a machine that is running the same os as the
>>>>one you committed (added) the files from.
>>>>
>>>>Without this step, patches will cause problems across windows/linux.
>>>>
>>>>
>>>>
>>>Is there a way to make this the default for all files added to our
>>>repository?
>>>
>>>
>>>
>>>
>>>
>>>From my google searching I saw that you can make it the default by
>>editing a config file and enabling auto-props...You can specify the
>>extension and the default eol-style you want. Maybe that's an idea.
>>
>
>Just to clear, svn:eol-style native should be the default for *text*
>files, not all files in the repository.
>
>When I looked at it first, I saw that you can set up defaults but it
>wasn't clear to me if it would apply just to the Derby files or to the
>complete svn repository at Apache. Obviously if it is the latter then
>it's a decision that needs to be made elsewhere.
>
>Dan.
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.2.5 (MingW32)
>Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
>iD8DBQFBrhOWIv0S4qsbfuQRArupAKCGdgmcQ9ztopxAtO93nKSwTPAhdACdGr/6
>ST2DjCr5u4cdc+u/nDwOmqw=
>=Ned2
>-----END PGP SIGNATURE-----
>
>
It looks like:

[srh@scott NetworkServer]$ ls
bin  readme.html

[srh@scott NetworkServer]$ svn -R propset svn:eol-style native *.*
property 'svn:eol-style' set (recursively) on 'readme.html'

This shows up in the diff after changes to eol-style are set:

Property changes on: readme.html
___________________________________________________________________
Name: svn:eol-style  
   + native

I'm a bit uncertain abou the -R, I guessed it would do a recursive path 
traversal, but it doesn't. Manual time again.

scott

scott

Re: [PATCH] test file updates

Posted by Daniel John Debrunner <dj...@debrunners.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

myrnap wrote:

> Kathey Marsden wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>>
>>
>>> Can you ensure that for any text files you added, the svn property
>>> svn:eol-style is set to native. Do an 'svn help propset' for details.
>>>
>>> The property must be set on a machine that is running the same os as the
>>> one you committed (added) the files from.
>>>
>>> Without this step, patches will cause problems across windows/linux.
>>>
>>>
>>
>> Is there a way to make this the default for all files added to our
>> repository?
>>
>>
>>
>>
> From my google searching I saw that you can make it the default by
> editing a config file and enabling auto-props...You can specify the
> extension and the default eol-style you want. Maybe that's an idea.

Just to clear, svn:eol-style native should be the default for *text*
files, not all files in the repository.

When I looked at it first, I saw that you can set up defaults but it
wasn't clear to me if it would apply just to the Derby files or to the
complete svn repository at Apache. Obviously if it is the latter then
it's a decision that needs to be made elsewhere.

Dan.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFBrhOWIv0S4qsbfuQRArupAKCGdgmcQ9ztopxAtO93nKSwTPAhdACdGr/6
ST2DjCr5u4cdc+u/nDwOmqw=
=Ned2
-----END PGP SIGNATURE-----


Re: [PATCH] test file updates

Posted by myrnap <my...@Golux.Com>.
Kathey Marsden wrote:

>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>  
>
>>Can you ensure that for any text files you added, the svn property
>>svn:eol-style is set to native. Do an 'svn help propset' for details.
>>
>>The property must be set on a machine that is running the same os as the
>>one you committed (added) the files from.
>>
>>Without this step, patches will cause problems across windows/linux.
>>
>>    
>>
>Is there a way to make this the default for all files added to our
>repository?
>
>
>  
>
 From my google searching I saw that you can make it the default by 
editing a config file and enabling auto-props...You can specify the 
extension and the default eol-style you want. Maybe that's an idea.

Myrna


Re: [PATCH] test file updates

Posted by Kathey Marsden <km...@Sourcery.Org>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> Can you ensure that for any text files you added, the svn property
> svn:eol-style is set to native. Do an 'svn help propset' for details.
>
> The property must be set on a machine that is running the same os as the
> one you committed (added) the files from.
>
> Without this step, patches will cause problems across windows/linux.
>
Is there a way to make this the default for all files added to our
repository?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBrfoSG0h36bFmkocRAhaxAKCd3C5dhB5IcEUZVfzrGQ2mIod7/wCfRmd9
y1Xt5G40sFaJGtsILMXKH0o=
=egos
-----END PGP SIGNATURE-----

Re: [PATCH] test file updates

Posted by Daniel John Debrunner <dj...@debrunners.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kathey Marsden wrote:

> svn 109265 includes this patch and also adds the store and xa .sql tests
> plus includes Myrna's patch for cloudscape.  The new suites are storeall
> and xa. Both suites have been added to the derbyall suite.

Can you ensure that for any text files you added, the svn property
svn:eol-style is set to native. Do an 'svn help propset' for details.

The property must be set on a machine that is running the same os as the
one you committed (added) the files from.

Without this step, patches will cause problems across windows/linux.

Thanks,
Dan.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFBrRWeIv0S4qsbfuQRAtbSAKCbKJfEqfrivmquA2WfXppOG7KADACcDmJj
rd/WdgX7pa7me5DHQuy5PnY=
=L/HR
-----END PGP SIGNATURE-----