diff options
author | donald.g.dunne | 2014-03-04 15:20:20 -0500 |
---|---|---|
committer | Ryan D. Brooks | 2014-03-04 15:20:20 -0500 |
commit | b0bec74eeab68382a089bb715ff09a863c077305 (patch) | |
tree | 738393f424dbfb494ce20846b325de22ea126c28 /plugins/org.eclipse.osee.x.server.integration.tests | |
parent | 46e5c89158e071450f71056c126dda029ccb5b97 (diff) | |
download | org.eclipse.osee-b0bec74eeab68382a089bb715ff09a863c077305.tar.gz org.eclipse.osee-b0bec74eeab68382a089bb715ff09a863c077305.tar.xz org.eclipse.osee-b0bec74eeab68382a089bb715ff09a863c077305.zip |
feature[ats_ATS19845]: Add uuid to BranchToken
Change-Id: I63ee2d2c45d73969c574f9615321e6b2a8fb102d
Diffstat (limited to 'plugins/org.eclipse.osee.x.server.integration.tests')
-rw-r--r-- | plugins/org.eclipse.osee.x.server.integration.tests/src/org/eclipse/osee/x/server/integration/tests/performance/OseeClientQueryTest.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.x.server.integration.tests/src/org/eclipse/osee/x/server/integration/tests/performance/OseeClientQueryTest.java b/plugins/org.eclipse.osee.x.server.integration.tests/src/org/eclipse/osee/x/server/integration/tests/performance/OseeClientQueryTest.java index d0e652c20c..4cf2a11467 100644 --- a/plugins/org.eclipse.osee.x.server.integration.tests/src/org/eclipse/osee/x/server/integration/tests/performance/OseeClientQueryTest.java +++ b/plugins/org.eclipse.osee.x.server.integration.tests/src/org/eclipse/osee/x/server/integration/tests/performance/OseeClientQueryTest.java @@ -59,6 +59,11 @@ public class OseeClientQueryTest { public String getName() { return "SAW_Bld_1"; } + + @Override + public long getUuid() { + return 2000; + } }; @Rule |