INTEGRATION: CWS dba24a (1.3.276); FILE MERGED

2007/09/20 05:53:53 oj 1.3.276.1: #i81582# correct test
This commit is contained in:
Jens-Heiner Rechtien
2007-09-26 13:27:43 +00:00
parent b9e44a89e3
commit a513f0132e
3 changed files with 9 additions and 9 deletions

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: DBaseDateFunctions.java,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2005-09-08 05:06:29 $
* last change: $Author: hr $ $Date: 2007-09-26 14:27:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,7 +55,7 @@ import java.io.*;
public class DBaseDateFunctions {
private String where = "FROM \"biblio\" \"biblio\" where \"Identifier\" = 'BOR02b'";
private String where = "FROM \"biblio\" \"biblio\" where \"Identifier\" = 'BOR04'";
private XMultiServiceFactory m_xORB;
private DBaseDriverTest testcase;
public DBaseDateFunctions(XMultiServiceFactory _xORB,DBaseDriverTest _testcase){

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: DBaseNumericFunctions.java,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2005-09-08 05:06:57 $
* last change: $Author: hr $ $Date: 2007-09-26 14:27:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,7 +55,7 @@ import java.io.*;
public class DBaseNumericFunctions {
private String where = "FROM \"biblio\" \"biblio\" where \"Identifier\" = 'BOR02b'";
private String where = "FROM \"biblio\" \"biblio\" where \"Identifier\" = 'BOR04'";
private XMultiServiceFactory m_xORB;
private DBaseDriverTest testcase;
public DBaseNumericFunctions(XMultiServiceFactory _xORB,DBaseDriverTest _testcase){

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: DBaseStringFunctions.java,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2005-09-08 05:07:12 $
* last change: $Author: hr $ $Date: 2007-09-26 14:27:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,7 +55,7 @@ import java.io.*;
public class DBaseStringFunctions {
private String where = "FROM \"biblio\" \"biblio\" where \"Identifier\" = 'BOR02b'";
private String where = "FROM \"biblio\" \"biblio\" where \"Identifier\" = 'BOR04'";
private XMultiServiceFactory m_xORB;
private DBaseDriverTest testcase;
public DBaseStringFunctions(XMultiServiceFactory _xORB,DBaseDriverTest _testcase){