File tree Expand file tree Collapse file tree 3 files changed +18602
-0
lines changed
ds3-autogen-api/src/main/java/com/spectralogic/ds3autogen/api/models/enums
ds3-autogen-parser/src/test
java/com/spectralogic/ds3autogen Expand file tree Collapse file tree 3 files changed +18602
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ public enum Resource {
2828 BEANS_RETRIEVER ,
2929 BUCKET ,
3030 BUCKET_ACL ,
31+ BUCKET_CHANGES_NOTIFICATION_REGISTRATION ,
32+ BUCKET_HISTORY ,
3133 CACHE_FILESYSTEM ,
3234 CACHE_STATE ,
3335 CANCELED_JOB ,
Original file line number Diff line number Diff line change @@ -179,4 +179,13 @@ public void fullXml_5_0_x() throws IOException {
179179 assertThat (spec .getRequests (), is (notNullValue ()));
180180 assertThat (spec .getTypes (), is (notNullValue ()));
181181 }
182+
183+ @ Test
184+ public void fullXml_5_2_x () throws IOException {
185+ final Ds3SpecParser parser = new Ds3SpecParserImpl ();
186+ final Ds3ApiSpec spec = parser .getSpec (Ds3SpecParserImpl_Test .class .getResourceAsStream ("/specs/5_2_x_1734756_contract.xml" ));
187+ assertThat (spec , is (notNullValue ()));
188+ assertThat (spec .getRequests (), is (notNullValue ()));
189+ assertThat (spec .getTypes (), is (notNullValue ()));
190+ }
182191}
You can’t perform that action at this time.
0 commit comments