mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - Update testing for profile location enhancement (#1227)
This commit is contained in:
@@ -221,7 +221,7 @@
|
||||
<dependency>
|
||||
<groupId>io.ebean</groupId>
|
||||
<artifactId>ebean-agent</artifactId>
|
||||
<version>11.5.1</version>
|
||||
<version>11.9.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -294,7 +294,7 @@
|
||||
<plugin>
|
||||
<groupId>io.ebean</groupId>
|
||||
<artifactId>ebean-maven-plugin</artifactId>
|
||||
<version>11.5.1</version>
|
||||
<version>11.9.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>test</id>
|
||||
|
||||
@@ -34,9 +34,8 @@ public class TestNestedMandatory extends BaseTestCase {
|
||||
System.out.println(txnTimed);
|
||||
}
|
||||
|
||||
//Put these asserts back when agent is upgraded
|
||||
// assertThat(txnMetrics).hasSize(2);
|
||||
// assertThat(txnMetrics.get(1).getName()).isEqualTo("txn.named.outer");
|
||||
assertThat(txnMetrics).hasSize(2);
|
||||
assertThat(txnMetrics.get(1).getName()).isEqualTo("txn.named.outer");
|
||||
}
|
||||
|
||||
class Outer {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
agent-use-only: true
|
||||
profile-location: false
|
||||
profile-location: true
|
||||
entity-packages: org,misc
|
||||
transactional-packages: org
|
||||
querybean-packages: none
|
||||
|
||||
Reference in New Issue
Block a user