|
From: Adrian B. <ej...@us...> - 2003-11-26 19:29:55
|
User: ejort
Date: 03/11/26 11:29:54
Modified: . Tag: Branch_3_2 build.xml
Log:
Add a test for accessing a read-only method using commit option B and then changing the data. It should reload
Revision Changes Path
No revision
No revision
1.165.2.122 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.121
retrieving revision 1.165.2.122
diff -u -r1.165.2.121 -r1.165.2.122
--- build.xml 26 Nov 2003 18:42:47 -0000 1.165.2.121
+++ build.xml 26 Nov 2003 19:29:53 -0000 1.165.2.122
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.121 2003/11/26 18:42:47 cazzius Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.122 2003/11/26 19:29:53 ejort Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -887,7 +887,7 @@
<deploymentdescriptor xmlencoding="UTF-8"
destdir="${build.resources}/entity/entity/META-INF"/>
<jboss xmlencoding="UTF-8"
- version="3.0"
+ version="3.2"
datasource="java:/DefaultDS"
typemapping="Hypersonic SQL"
destdir="${build.resources}/entity/entity/META-INF"/>
|