]> asedeno.scripts.mit.edu Git - cl-protobufs.git/blobdiff - tests/lisp-extend-test.lisp
Change how protobuf schemas and classes are recorded and found
[cl-protobufs.git] / tests / lisp-extend-test.lisp
index 6ebda96e50216af81e20907b0a87db32b81a403a..0e5cd3b45723ffdfccdbaf53102e4bf78a45ce63 100644 (file)
@@ -11,8 +11,8 @@
 (in-package "PROTO-TEST")
 
 (define-test extend-test ()
-  (let* ((schema (proto:find-schema "ExtendTest"))
-         (imported-schema (proto:find-schema "ExtendTestBase"))
+  (let* ((schema (proto:find-schema 'protobuf-extend-unittest::extend-test))
+         (imported-schema (proto:find-schema 'protobuf-extend-base-unittest::extend-test-base))
          (foo (proto:find-message schema "Foo"))
          (bar (proto:find-message schema "Bar"))
          (quux (proto:find-message schema "Quux"))