Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2023-11-09 19:50:53 +0300
committerArun Raghavan <arun@asymptotic.io>2023-11-09 19:50:53 +0300
commit771741c10ca1d64264dc791c5dd1aab34dc1a424 (patch)
tree13f6bb06fda9972d395f8db5f6ff76f8b7223e22
parent63edc84103b29673b3b50d53f62c92bb25fa968e (diff)
Revert "s3: tests: Remove emoji-based tests for now"
This reverts commit a49a5dcb11c736897ddadc04173cc46a5806aa00. Now that hotdoc should work with emoji, let's bring the tests back. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1386>
-rw-r--r--net/aws/tests/s3.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/aws/tests/s3.rs b/net/aws/tests/s3.rs
index 155efe13..fafd4a24 100644
--- a/net/aws/tests/s3.rs
+++ b/net/aws/tests/s3.rs
@@ -89,4 +89,9 @@ mod tests {
async fn test_s3_whitespace() {
do_s3_test("s3 test").await;
}
+
+ #[tokio::test]
+ async fn test_s3_unicode() {
+ do_s3_test("s3 🧪 😱").await;
+ }
}