From 347a975541f3c19744d63d6351f8ceaa860bcf9c Mon Sep 17 00:00:00 2001 From: Ian Smith Botsford Date: Fri, 11 Mar 2022 22:08:41 +0000 Subject: [PATCH] chore: enable XML whitespace tests in protocol tests --- .../codegen/protocols/core/AwsHttpBindingProtocolGenerator.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/protocols/core/AwsHttpBindingProtocolGenerator.kt b/codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/protocols/core/AwsHttpBindingProtocolGenerator.kt index 472a3361ae1..0ea5ed3c4bd 100644 --- a/codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/protocols/core/AwsHttpBindingProtocolGenerator.kt +++ b/codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/protocols/core/AwsHttpBindingProtocolGenerator.kt @@ -80,10 +80,6 @@ abstract class AwsHttpBindingProtocolGenerator : HttpBindingProtocolGenerator() // awsJson1.1 // FIXME - document type not fully supported yet, see https://github.com/awslabs/smithy-kotlin/issues/123 "PutAndGetInlineDocumentsInput", - - // smithy-kotlin#519 - "SimpleScalarPropertiesWithWhiteSpace", - "SimpleScalarPropertiesPureWhiteSpace", ), TestContainmentMode.EXCLUDE_TESTS )