Remove the unused flags extension

It can always be brought back if we find an actual use case for it, but for now, it shouldn't be in the standard distribution given that it has no users.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=143044153
This commit is contained in:
mcilwain 2016-12-27 11:18:24 -08:00 committed by Ben McIlwain
parent be523f7ce2
commit 6fb9858198
57 changed files with 6 additions and 1391 deletions

View file

@ -67,11 +67,6 @@ public class DomainCommandTest extends ResourceCommandTestCase {
doXmlRoundtripTest("domain_create_fee.xml");
}
@Test
public void testCreate_flags() throws Exception {
doXmlRoundtripTest("domain_create_flags.xml");
}
@Test
public void testCreate_emptyCommand() throws Exception {
// This EPP command wouldn't be allowed for policy reasons, but should marshal/unmarshal fine.
@ -128,11 +123,6 @@ public class DomainCommandTest extends ResourceCommandTestCase {
doXmlRoundtripTest("domain_update_fee.xml");
}
@Test
public void testUpdate_flags() throws Exception {
doXmlRoundtripTest("domain_update_flags.xml");
}
@Test
public void testUpdate_emptyCommand() throws Exception {
// This EPP command wouldn't be allowed for policy reasons, but should marshal/unmarshal fine.
@ -203,11 +193,6 @@ public class DomainCommandTest extends ResourceCommandTestCase {
doXmlRoundtripTest("domain_check_fee.xml");
}
@Test
public void testCheck_flags() throws Exception {
doXmlRoundtripTest("domain_check_flags.xml");
}
@Test
public void testTransferApprove() throws Exception {
doXmlRoundtripTest("domain_transfer_approve.xml");
@ -238,11 +223,6 @@ public class DomainCommandTest extends ResourceCommandTestCase {
doXmlRoundtripTest("domain_transfer_request_fee.xml");
}
@Test
public void testTransferRequest_flags() throws Exception {
doXmlRoundtripTest("domain_transfer_request_flags.xml");
}
@Test
public void testRenew() throws Exception {
doXmlRoundtripTest("domain_renew.xml");