No effective change - Update testing for profile location enhancement (#1227)

This commit is contained in:
Rob Bygrave
2018-01-24 19:11:59 +13:00
parent 6754992b1c
commit 2d929837c4
3 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -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 -1
View File
@@ -1,5 +1,5 @@
agent-use-only: true
profile-location: false
profile-location: true
entity-packages: org,misc
transactional-packages: org
querybean-packages: none